#AC852E

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

Shades of Reef Gold #AC852E

Tints of Reef Gold #AC852E

Color information

#AC852E (or 0xAC852E) is unknown color: approx Reef Gold. HEX triplet: AC, 85 and 2E. RGB value is (172,133,46). Sum of RGB (Red+Green+Blue) = 172+133+46=351 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.00% from 351); Green value is 133 (52.34% from 255 or 37.89% from 351); Blue value is 46 (18.36% from 255 or 13.11% from 351); Max value from RGB is 172 - color contains mainly: red. Hex color #AC852E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC852E is #537AD1. Grayscale: #878787. Windows color (decimal): -5470930 or 3048876. OLE color: 3048876.

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

Color convert

RGB17213346-
CMYK00.230.730.33
HSL41.43º57.8%42.75%-
HSV(B)41.43º73.26%67.45%-
XYZ25.8925.746.19-
YUV134.7477.92154.57-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.00%
GREEN value IS 133 (52.34% from 255) = 37.89%
BLUE value IS 46 (18.36% from 255) = 13.11%
R=49.00%
G=37.89%
B=13.11%

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
Decimal1721334600.230.730.3341.4357.842.75
HexAC852E0174921293a2b
Octal2542055602711141517253
Binary10101100100001011011100101111001001100001101001111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC852E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC852E; }

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

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

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

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

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

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

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

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