#aa832c

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

Shades of Reef Gold #AA832C

Tints of Reef Gold #AA832C

Color information

#AA832C (or 0xAA832C) is unknown color: approx Reef Gold. HEX triplet: AA, 83 and 2C. RGB value is (170,131,44). Sum of RGB (Red+Green+Blue) = 170+131+44=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 131 (51.56% from 255 or 37.97% from 345); Blue value is 44 (17.58% from 255 or 12.75% from 345); Max value from RGB is 170 - color contains mainly: red. Hex color #AA832C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA832C is #557CD3. Grayscale: #858585. Windows color (decimal): -5602516 or 2917290. OLE color: 2917290.

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

Color convert

RGB17013144-
CMYK00.230.740.33
HSL41.43º58.88%41.96%-
HSV(B)41.43º74.12%66.67%-
XYZ25.1524.965.88-
YUV132.7477.92154.57-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.28%
GREEN value IS 131 (51.56% from 255) = 37.97%
BLUE value IS 44 (17.58% from 255) = 12.75%
R=49.28%
G=37.97%
B=12.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701314400.230.740.3341.4358.8841.96
HexAA832C0174A21293b2a
Octal2522035402711241517352
Binary10101010100000111011000101111001010100001101001111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa832c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa832c; }

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

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

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

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

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

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

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

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