#AB9537

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

Shades of Reef Gold #AB9537

Tints of Reef Gold #AB9537

Color information

#AB9537 (or 0xAB9537) is unknown color: approx Reef Gold. HEX triplet: AB, 95 and 37. RGB value is (171,149,55). Sum of RGB (Red+Green+Blue) = 171+149+55=375 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.6% from 375); Green value is 149 (58.59% from 255 or 39.73% from 375); Blue value is 55 (21.88% from 255 or 14.67% from 375); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9537 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9537 is #546AC8. Grayscale: #919191. Windows color (decimal): -5532361 or 3642795. OLE color: 3642795.

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

Color convert

RGB17114955-
CMYK00.130.680.33
HSL48.62º51.33%44.31%-
HSV(B)48.62º67.84%67.06%-
XYZ28.2330.438-
YUV144.8677.29146.64-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.6%
GREEN value IS 149 (58.59% from 255) = 39.73%
BLUE value IS 55 (21.88% from 255) = 14.67%
R=45.6%
G=39.73%
B=14.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.68
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711495500.130.680.3348.6251.3344.31
HexAB95370D442131332c
Octal2532256701510441616354
Binary1010101110010101110111011011000100100001110001110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9537; }

 p { color: rgb(171,149,55); }

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

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

 a { background-color: rgb(171,149,55); }

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

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

 span { border-color: rgb(171,149,55); }

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