#AA842C

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

Shades of Reef Gold #AA842C

Tints of Reef Gold #AA842C

Color information

#AA842C (or 0xAA842C) is unknown color: approx Reef Gold. HEX triplet: AA, 84 and 2C. RGB value is (170,132,44). Sum of RGB (Red+Green+Blue) = 170+132+44=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 132 (51.95% from 255 or 38.15% from 346); Blue value is 44 (17.58% from 255 or 12.72% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AA842C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA842C is #557BD3. Grayscale: #858585. Windows color (decimal): -5602260 or 2917546. OLE color: 2917546.

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

Color convert

RGB17013244-
CMYK00.220.740.33
HSL41.9º58.88%41.96%-
HSV(B)41.9º74.12%66.67%-
XYZ25.2825.235.92-
YUV133.3377.59154.16-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.13%
GREEN value IS 132 (51.95% from 255) = 38.15%
BLUE value IS 44 (17.58% from 255) = 12.72%
R=49.13%
G=38.15%
B=12.72%

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
Decimal1701324400.220.740.3341.958.8841.96
HexAA842C0164A212a3b2a
Octal2522045402611241527352
Binary10101010100001001011000101101001010100001101010111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA842C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA842C; }

 p { color: rgb(170,132,44); }

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

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

 a { background-color: rgb(170,132,44); }

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

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

 span { border-color: rgb(170,132,44); }

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