#AB912D

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

Shades of Reef Gold #AB912D

Tints of Reef Gold #AB912D

Color information

#AB912D (or 0xAB912D) is unknown color: approx Reef Gold. HEX triplet: AB, 91 and 2D. RGB value is (171,145,45). Sum of RGB (Red+Green+Blue) = 171+145+45=361 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.37% from 361); Green value is 145 (57.03% from 255 or 40.17% from 361); Blue value is 45 (17.97% from 255 or 12.47% from 361); Max value from RGB is 171 - color contains mainly: red. Hex color #AB912D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB912D is #546ED2. Grayscale: #8D8D8D. Windows color (decimal): -5533395 or 2986411. OLE color: 2986411.

HSL color Cylindrical-coordinate representation of color #AB912D: hue angle of 47.62º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AB912D is Cyan = 0, Magento = 0.15, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB17114545-
CMYK00.150.740.33
HSL47.62º58.33%42.35%-
HSV(B)47.62º73.68%67.06%-
XYZ27.3929.16.66-
YUV141.3773.61149.13-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.37%
GREEN value IS 145 (57.03% from 255) = 40.17%
BLUE value IS 45 (17.97% from 255) = 12.47%
R=47.37%
G=40.17%
B=12.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711454500.150.740.3347.6258.3342.35
HexAB912D0F4A21303a2a
Octal2532215501711241607252
Binary1010101110010001101101011111001010100001110000111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB912D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB912D; }

 p { color: rgb(171,145,45); }

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

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

 a { background-color: rgb(171,145,45); }

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

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

 span { border-color: rgb(171,145,45); }

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