#AB872D

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

Shades of Reef Gold #AB872D

Tints of Reef Gold #AB872D

Color information

#AB872D (or 0xAB872D) is unknown color: approx Reef Gold. HEX triplet: AB, 87 and 2D. RGB value is (171,135,45). Sum of RGB (Red+Green+Blue) = 171+135+45=351 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.72% from 351); Green value is 135 (53.12% from 255 or 38.46% from 351); Blue value is 45 (17.97% from 255 or 12.82% from 351); Max value from RGB is 171 - color contains mainly: red. Hex color #AB872D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB872D is #5478D2. Grayscale: #878787. Windows color (decimal): -5535955 or 2983851. OLE color: 2983851.

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

Color convert

RGB17113545-
CMYK00.210.740.33
HSL42.86º58.33%42.35%-
HSV(B)42.86º73.68%67.06%-
XYZ25.9326.186.17-
YUV135.576.93153.32-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.72%
GREEN value IS 135 (53.12% from 255) = 38.46%
BLUE value IS 45 (17.97% from 255) = 12.82%
R=48.72%
G=38.46%
B=12.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711354500.210.740.3342.8658.3342.35
HexAB872D0154A212b3a2a
Octal2532075502511241537252
Binary10101011100001111011010101011001010100001101011111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB872D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB872D; }

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

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

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

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

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

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

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

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