#AB9639

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

Shades of Reef Gold #AB9639

Tints of Reef Gold #AB9639

Color information

#AB9639 (or 0xAB9639) is unknown color: approx Reef Gold. HEX triplet: AB, 96 and 39. RGB value is (171,150,57). Sum of RGB (Red+Green+Blue) = 171+150+57=378 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.24% from 378); Green value is 150 (58.98% from 255 or 39.68% from 378); Blue value is 57 (22.66% from 255 or 15.08% from 378); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9639 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9639 is #5469C6. Grayscale: #929292. Windows color (decimal): -5532103 or 3774123. OLE color: 3774123.

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

Color convert

RGB17115057-
CMYK00.120.670.33
HSL48.95º50%44.71%-
HSV(B)48.95º66.67%67.06%-
XYZ28.4430.778.31-
YUV145.6877.96146.06-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.24%
GREEN value IS 150 (58.98% from 255) = 39.68%
BLUE value IS 57 (22.66% from 255) = 15.08%
R=45.24%
G=39.68%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711505700.120.670.3348.955044.71
HexAB96390C432131322d
Octal2532267101410341616255
Binary1010101110010110111001011001000011100001110001110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9639; }

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

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

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

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

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

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

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

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