#AB8D36

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

Shades of Reef Gold #AB8D36

Tints of Reef Gold #AB8D36

Color information

#AB8D36 (or 0xAB8D36) is unknown color: approx Reef Gold. HEX triplet: AB, 8D and 36. RGB value is (171,141,54). Sum of RGB (Red+Green+Blue) = 171+141+54=366 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.72% from 366); Green value is 141 (55.47% from 255 or 38.52% from 366); Blue value is 54 (21.48% from 255 or 14.75% from 366); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8D36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8D36 is #5472C9. Grayscale: #8C8C8C. Windows color (decimal): -5534410 or 3575211. OLE color: 3575211.

HSL color Cylindrical-coordinate representation of color #AB8D36: hue angle of 44.62º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AB8D36 is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.33.

Color convert

RGB17114154-
CMYK00.180.680.33
HSL44.62º52%44.12%-
HSV(B)44.62º68.42%67.06%-
XYZ26.9927.977.47-
YUV140.0579.44150.07-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.72%
GREEN value IS 141 (55.47% from 255) = 38.52%
BLUE value IS 54 (21.48% from 255) = 14.75%
R=46.72%
G=38.52%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.68
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711415400.180.680.3344.625244.12
HexAB8D3601244212d342c
Octal2532156602210441556454
Binary10101011100011011101100100101000100100001101101110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8D36; }

 p { color: rgb(171,141,54); }

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

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

 a { background-color: rgb(171,141,54); }

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

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

 span { border-color: rgb(171,141,54); }

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