#AC862D

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

Shades of Reef Gold #AC862D

Tints of Reef Gold #AC862D

Color information

#AC862D (or 0xAC862D) is unknown color: approx Reef Gold. HEX triplet: AC, 86 and 2D. RGB value is (172,134,45). Sum of RGB (Red+Green+Blue) = 172+134+45=351 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.00% from 351); Green value is 134 (52.73% from 255 or 38.18% from 351); Blue value is 45 (17.97% from 255 or 12.82% from 351); Max value from RGB is 172 - color contains mainly: red. Hex color #AC862D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC862D is #5379D2. Grayscale: #878787. Windows color (decimal): -5470675 or 2983596. OLE color: 2983596.

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

Color convert

RGB17213445-
CMYK00.220.740.33
HSL42.05º58.53%42.55%-
HSV(B)42.05º73.84%67.45%-
XYZ26.0126.016.13-
YUV135.2277.09154.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.00%
GREEN value IS 134 (52.73% from 255) = 38.18%
BLUE value IS 45 (17.97% from 255) = 12.82%
R=49.00%
G=38.18%
B=12.82%

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
Decimal1721344500.220.740.3342.0558.5342.55
HexAC862D0164A212a3b2b
Octal2542065502611241527353
Binary10101100100001101011010101101001010100001101010111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC862D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC862D; }

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

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

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

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

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

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

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

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