#AA852A

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

Shades of Reef Gold #AA852A

Tints of Reef Gold #AA852A

Color information

#AA852A (or 0xAA852A) is unknown color: approx Reef Gold. HEX triplet: AA, 85 and 2A. RGB value is (170,133,42). Sum of RGB (Red+Green+Blue) = 170+133+42=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 133 (52.34% from 255 or 38.55% from 345); Blue value is 42 (16.80% from 255 or 12.17% from 345); Max value from RGB is 170 - color contains mainly: red. Hex color #AA852A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA852A is #557AD5. Grayscale: #868686. Windows color (decimal): -5602006 or 2786730. OLE color: 2786730.

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

Color convert

RGB17013342-
CMYK00.220.750.33
HSL42.66º60.38%41.57%-
HSV(B)42.66º75.29%66.67%-
XYZ25.3825.495.77-
YUV133.6976.26153.9-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.28%
GREEN value IS 133 (52.34% from 255) = 38.55%
BLUE value IS 42 (16.80% from 255) = 12.17%
R=49.28%
G=38.55%
B=12.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701334200.220.750.3342.6660.3841.57
HexAA852A0164B212b3c2a
Octal2522055202611341537452
Binary10101010100001011010100101101001011100001101011111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA852A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA852A; }

 p { color: rgb(170,133,42); }

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

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

 a { background-color: rgb(170,133,42); }

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

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

 span { border-color: rgb(170,133,42); }

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