Html Css Color HEX #AA832C Reef Gold

📋 copy color: '#AA832C'

red 170 ◦ green 131 ◦ blue 44

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

Shades of Reef Gold #AA832C

Tints of Reef Gold #AA832C

RGB

 RED value IS 170 (66.8% 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 value IS 0

 M value IS 0.23

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AA832C (or 0xAA832C) is known color: 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

RGB 170 131 44 -
CMYK 0 0.23 0.74 0.33
HSL 41.43º 0.59% 0.42% -
HSV(B) 41.43º 0.74% 0.67% -
XYZ 25.15 24.96 5.88 -
YUV 132.74 77.92 154.57 -
System Red Green Blue C M Y K H S L
Decimal 170 131 44 0 0.23 0.74 0.33 41.43 0.59 0.42
Hex AA 83 2C 0 17 4A 21 29 3B 2A
Octal 252 203 54 0 27 112 41 51 73 52
Binary 10101010 10000011 101100 0 10111 1001010 100001 101001 111011 101010

Color Harmonies of #AA832C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA832C

Black with #AA832C

Text Example


Text Example

White with #AA832C

Text Example


Text Example

HTML Codes & Css Web 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>