#AA842E

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

Shades of Reef Gold #AA842E

Tints of Reef Gold #AA842E

Color information

#AA842E (or 0xAA842E) is unknown color: approx Reef Gold. HEX triplet: AA, 84 and 2E. RGB value is (170,132,46). Sum of RGB (Red+Green+Blue) = 170+132+46=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 132 (51.95% from 255 or 37.93% from 348); Blue value is 46 (18.36% from 255 or 13.22% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AA842E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA842E is #557BD1. Grayscale: #858585. Windows color (decimal): -5602258 or 3048618. OLE color: 3048618.

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

Color convert

RGB17013246-
CMYK00.220.730.33
HSL41.61º57.41%42.35%-
HSV(B)41.61º72.94%66.67%-
XYZ25.3225.256.12-
YUV133.5678.59153.99-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.85%
GREEN value IS 132 (51.95% from 255) = 37.93%
BLUE value IS 46 (18.36% from 255) = 13.22%
R=48.85%
G=37.93%
B=13.22%

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
Decimal1701324600.220.730.3341.6157.4142.35
HexAA842E01649212a392a
Octal2522045602611141527152
Binary10101010100001001011100101101001001100001101010111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA842E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA842E; }

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

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

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

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

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

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

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

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