Html Css Color HEX #AA832E Reef Gold

📋 copy color: '#AA832E'

red 170 ◦ green 131 ◦ blue 46

#AA832E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef Gold #AA832E

Tints of Reef Gold #AA832E

RGB

 RED value IS 170 (66.8% from 255) = 48.99%

 GREEN value IS 131 (51.56% from 255) = 37.75%

 BLUE value IS 46 (18.36% from 255) = 13.26%

R = 48.99%
G = 37.75%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AA832E (or 0xAA832E) is known color: Reef Gold. HEX triplet: AA, 83 and 2E. RGB value is (170,131,46). Sum of RGB (Red+Green+Blue) = 170+131+46=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 131 (51.56% from 255 or 37.75% from 347); Blue value is 46 (18.36% from 255 or 13.26% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AA832E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA832E is #557CD1. Grayscale: #858585. Windows color (decimal): -5602514 or 3048362. OLE color: 3048362.

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

Color convert

RGB 170 131 46 -
CMYK 0 0.23 0.73 0.33
HSL 41.13º 0.57% 0.42% -
HSV(B) 41.13º 0.73% 0.67% -
XYZ 25.19 24.98 6.08 -
YUV 132.97 78.92 154.41 -
System Red Green Blue C M Y K H S L
Decimal 170 131 46 0 0.23 0.73 0.33 41.13 0.57 0.42
Hex AA 83 2E 0 17 49 21 29 39 2A
Octal 252 203 56 0 27 111 41 51 71 52
Binary 10101010 10000011 101110 0 10111 1001001 100001 101001 111001 101010

Color Harmonies of #AA832E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA832E

Black with #AA832E

Text Example


Text Example

White with #AA832E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA832E; }

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

 H1.HeaderClassName
 {
   color: #AA832E;
 }
 .AnyTagClassName
 {
   color: #AA832E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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