#AC872D

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

Shades of Reef Gold #AC872D

Tints of Reef Gold #AC872D

Color information

#AC872D (or 0xAC872D) is unknown color: approx Reef Gold. HEX triplet: AC, 87 and 2D. RGB value is (172,135,45). Sum of RGB (Red+Green+Blue) = 172+135+45=352 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.86% from 352); Green value is 135 (53.12% from 255 or 38.35% from 352); Blue value is 45 (17.97% from 255 or 12.78% from 352); Max value from RGB is 172 - color contains mainly: red. Hex color #AC872D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC872D is #5378D2. Grayscale: #888888. Windows color (decimal): -5470419 or 2983852. OLE color: 2983852.

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

Color convert

RGB17213545-
CMYK00.220.740.33
HSL42.52º58.53%42.55%-
HSV(B)42.52º73.84%67.45%-
XYZ26.1526.296.18-
YUV135.876.76153.82-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.86%
GREEN value IS 135 (53.12% from 255) = 38.35%
BLUE value IS 45 (17.97% from 255) = 12.78%
R=48.86%
G=38.35%
B=12.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721354500.220.740.3342.5258.5342.55
HexAC872D0164A212b3b2b
Octal2542075502611241537353
Binary10101100100001111011010101101001010100001101011111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC872D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC872D; }

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

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

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

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

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

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

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

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