#AB9A39

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

Shades of Reef Gold #AB9A39

Tints of Reef Gold #AB9A39

Color information

#AB9A39 (or 0xAB9A39) is unknown color: approx Reef Gold. HEX triplet: AB, 9A and 39. RGB value is (171,154,57). Sum of RGB (Red+Green+Blue) = 171+154+57=382 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.76% from 382); Green value is 154 (60.55% from 255 or 40.31% from 382); Blue value is 57 (22.66% from 255 or 14.92% from 382); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9A39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9A39 is #5465C6. Grayscale: #949494. Windows color (decimal): -5531079 or 3775147. OLE color: 3775147.

HSL color Cylindrical-coordinate representation of color #AB9A39: hue angle of 51.05º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB9A39 is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB17115457-
CMYK00.100.670.33
HSL51.05º50%44.71%-
HSV(B)51.05º66.67%67.06%-
XYZ29.0932.068.53-
YUV148.0276.63144.39-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.76%
GREEN value IS 154 (60.55% from 255) = 40.31%
BLUE value IS 57 (22.66% from 255) = 14.92%
R=44.76%
G=40.31%
B=14.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711545700.100.670.3351.055044.71
HexAB9A390A432133322d
Octal2532327101210341636255
Binary1010101110011010111001010101000011100001110011110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9A39; }

 p { color: rgb(171,154,57); }

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

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

 a { background-color: rgb(171,154,57); }

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

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

 span { border-color: rgb(171,154,57); }

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