#AB9936

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

Shades of Reef Gold #AB9936

Tints of Reef Gold #AB9936

Color information

#AB9936 (or 0xAB9936) is unknown color: approx Reef Gold. HEX triplet: AB, 99 and 36. RGB value is (171,153,54). Sum of RGB (Red+Green+Blue) = 171+153+54=378 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.24% from 378); Green value is 153 (60.16% from 255 or 40.48% from 378); Blue value is 54 (21.48% from 255 or 14.29% from 378); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9936 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9936 is #5466C9. Grayscale: #939393. Windows color (decimal): -5531338 or 3578283. OLE color: 3578283.

HSL color Cylindrical-coordinate representation of color #AB9936: hue angle of 50.77º 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 #AB9936 is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.33.

Color convert

RGB17115354-
CMYK00.110.680.33
HSL50.77º52%44.12%-
HSV(B)50.77º68.42%67.06%-
XYZ28.8531.718.09-
YUV147.175.46145.05-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.24%
GREEN value IS 153 (60.16% from 255) = 40.48%
BLUE value IS 54 (21.48% from 255) = 14.29%
R=45.24%
G=40.48%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.68
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711535400.110.680.3350.775244.12
HexAB99360B442133342c
Octal2532316601310441636454
Binary1010101110011001110110010111000100100001110011110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9936; }

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

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

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

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

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

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

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

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