#ab862c

Color #AB862C Reef Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef Gold #AB862C

Tints of Reef Gold #AB862C

Color information

#AB862C (or 0xAB862C) is unknown color: approx Reef Gold. HEX triplet: AB, 86 and 2C. RGB value is (171,134,44). Sum of RGB (Red+Green+Blue) = 171+134+44=349 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.00% from 349); Green value is 134 (52.73% from 255 or 38.40% from 349); Blue value is 44 (17.58% from 255 or 12.61% from 349); Max value from RGB is 171 - color contains mainly: red. Hex color #AB862C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB862C is #5479D3. Grayscale: #878787. Windows color (decimal): -5536212 or 2918059. OLE color: 2918059.

HSL color Cylindrical-coordinate representation of color #AB862C: hue angle of 42.52º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AB862C is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB17113444-
CMYK00.220.740.33
HSL42.52º59.07%42.16%-
HSV(B)42.52º74.27%67.06%-
XYZ25.7725.896.02-
YUV134.876.76153.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 171 (67.19% from 255) = 49.00%
GREEN value IS 134 (52.73% from 255) = 38.40%
BLUE value IS 44 (17.58% from 255) = 12.61%
R=49.00%
G=38.40%
B=12.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711344400.220.740.3342.5259.0742.16
HexAB862C0164A212b3b2a
Octal2532065402611241537352
Binary10101011100001101011000101101001010100001101011111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab862c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab862c; }

 p { color: rgb(171,134,44); }

 H1.HeaderClassName
 {
   color: #ab862c;
 }
 .AnyTagClassName
 {
   color: #ab862c;
 }
</style>
background-color css

<style>
 a { background-color: #ab862c; }

 a { background-color: rgb(171,134,44); }

 div.DivClassName
 {
   background-color: #ab862c;
 }
 .BgClassName
 {
   background-color: #ab862c;
 }
</style>
border-color css

<style>
 span { border-color: #ab862c; }

 span { border-color: rgb(171,134,44); }

 td.TdClassName
 {
   border-color: #ab862c;
 }
 .TagClassName
 {
   border-color: #ab862c;
 }
</style>