#AC862E

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

Shades of Reef Gold #AC862E

Tints of Reef Gold #AC862E

Color information

#AC862E (or 0xAC862E) is unknown color: approx Reef Gold. HEX triplet: AC, 86 and 2E. RGB value is (172,134,46). Sum of RGB (Red+Green+Blue) = 172+134+46=352 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.86% from 352); Green value is 134 (52.73% from 255 or 38.07% from 352); Blue value is 46 (18.36% from 255 or 13.07% from 352); Max value from RGB is 172 - color contains mainly: red. Hex color #AC862E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC862E is #5379D1. Grayscale: #878787. Windows color (decimal): -5470674 or 3049132. OLE color: 3049132.

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

Color convert

RGB17213446-
CMYK00.220.730.33
HSL41.9º57.8%42.75%-
HSV(B)41.9º73.26%67.45%-
XYZ26.0326.026.23-
YUV135.3377.59154.16-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.86%
GREEN value IS 134 (52.73% from 255) = 38.07%
BLUE value IS 46 (18.36% from 255) = 13.07%
R=48.86%
G=38.07%
B=13.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721344600.220.730.3341.957.842.75
HexAC862E01649212a3a2b
Octal2542065602611141527253
Binary10101100100001101011100101101001001100001101010111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC862E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC862E; }

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

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

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

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

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

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

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

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