#AC842E

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

Shades of Reef Gold #AC842E

Tints of Reef Gold #AC842E

Color information

#AC842E (or 0xAC842E) is unknown color: approx Reef Gold. HEX triplet: AC, 84 and 2E. RGB value is (172,132,46). Sum of RGB (Red+Green+Blue) = 172+132+46=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 132 (51.95% from 255 or 37.71% from 350); Blue value is 46 (18.36% from 255 or 13.14% from 350); Max value from RGB is 172 - color contains mainly: red. Hex color #AC842E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC842E is #537BD1. Grayscale: #868686. Windows color (decimal): -5471186 or 3048620. OLE color: 3048620.

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

Color convert

RGB17213246-
CMYK00.230.730.33
HSL40.95º57.8%42.75%-
HSV(B)40.95º73.26%67.45%-
XYZ25.7625.476.14-
YUV134.1678.25154.99-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.14%
GREEN value IS 132 (51.95% from 255) = 37.71%
BLUE value IS 46 (18.36% from 255) = 13.14%
R=49.14%
G=37.71%
B=13.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721324600.230.730.3340.9557.842.75
HexAC842E0174921293a2b
Octal2542045602711141517253
Binary10101100100001001011100101111001001100001101001111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC842E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC842E; }

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

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

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

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

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

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

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

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