#AB9638

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

Shades of Reef Gold #AB9638

Tints of Reef Gold #AB9638

Color information

#AB9638 (or 0xAB9638) is unknown color: approx Reef Gold. HEX triplet: AB, 96 and 38. RGB value is (171,150,56). Sum of RGB (Red+Green+Blue) = 171+150+56=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 150 (58.98% from 255 or 39.79% from 377); Blue value is 56 (22.27% from 255 or 14.85% from 377); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9638 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9638 is #5469C7. Grayscale: #919191. Windows color (decimal): -5532104 or 3708587. OLE color: 3708587.

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

Color convert

RGB17115056-
CMYK00.120.670.33
HSL49.04º50.66%44.51%-
HSV(B)49.04º67.25%67.06%-
XYZ28.4130.768.18-
YUV145.5677.46146.14-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.36%
GREEN value IS 150 (58.98% from 255) = 39.79%
BLUE value IS 56 (22.27% from 255) = 14.85%
R=45.36%
G=39.79%
B=14.85%

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
Decimal1711505600.120.670.3349.0450.6644.51
HexAB96380C432131332d
Octal2532267001410341616355
Binary1010101110010110111000011001000011100001110001110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9638; }

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

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

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

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

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

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

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

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