#AB9D33

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

Shades of Reef Gold #AB9D33

Tints of Reef Gold #AB9D33

Color information

#AB9D33 (or 0xAB9D33) is unknown color: approx Reef Gold. HEX triplet: AB, 9D and 33. RGB value is (171,157,51). Sum of RGB (Red+Green+Blue) = 171+157+51=379 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.12% from 379); Green value is 157 (61.72% from 255 or 41.42% from 379); Blue value is 51 (20.31% from 255 or 13.46% from 379); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9D33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9D33 is #5462CC. Grayscale: #959595. Windows color (decimal): -5530317 or 3382699. OLE color: 3382699.

HSL color Cylindrical-coordinate representation of color #AB9D33: hue angle of 53º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB9D33 is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB17115751-
CMYK00.080.700.33
HSL53º54.05%43.53%-
HSV(B)53º70.18%67.06%-
XYZ29.4533.017.95-
YUV149.172.64143.62-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.12%
GREEN value IS 157 (61.72% from 255) = 41.42%
BLUE value IS 51 (20.31% from 255) = 13.46%
R=45.12%
G=41.42%
B=13.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711575100.080.700.335354.0543.53
HexAB9D3308462135362c
Octal2532356301010641656654
Binary1010101110011101110011010001000110100001110101110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9D33; }

 p { color: rgb(171,157,51); }

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

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

 a { background-color: rgb(171,157,51); }

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

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

 span { border-color: rgb(171,157,51); }

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