Html Css Color HEX #AA521B Rich Gold

📋 copy color: '#AA521B'

red 170 ◦ green 82 ◦ blue 27

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

Shades of Rich Gold #AA521B

Tints of Rich Gold #AA521B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.39%

 BLUE value IS 27 (10.94% from 255) = 9.68%

R = 60.93%
G = 29.39%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AA521B (or 0xAA521B) is known color: Rich Gold. HEX triplet: AA, 52 and 1B. RGB value is (170,82,27). Sum of RGB (Red+Green+Blue) = 170+82+27=279 (36% of max value = 765). Red value is 170 (66.80% from 255 or 60.93% from 279); Green value is 82 (32.42% from 255 or 29.39% from 279); Blue value is 27 (10.94% from 255 or 9.68% from 279); Max value from RGB is 170 - color contains mainly: red. Hex color #AA521B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA521B is #55ADE4. Grayscale: #666666. Windows color (decimal): -5615077 or 1790634. OLE color: 1790634.

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

Color convert

RGB 170 82 27 -
CMYK 0 0.52 0.84 0.33
HSL 23.08º 0.73% 0.39% -
HSV(B) 23.08º 0.84% 0.67% -
XYZ 19.79 14.66 2.82 -
YUV 102.04 85.65 176.47 -
System Red Green Blue C M Y K H S L
Decimal 170 82 27 0 0.52 0.84 0.33 23.08 0.73 0.39
Hex AA 52 1B 0 34 54 21 17 49 27
Octal 252 122 33 0 64 124 41 27 111 47
Binary 10101010 1010010 11011 0 110100 1010100 100001 10111 1001001 100111

Color Harmonies of #AA521B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA521B

Black with #AA521B

Text Example


Text Example

White with #AA521B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA521B; }

 p { color: rgb(170,82,27); }

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

background-color css

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

 a { background-color: rgb(170,82,27); }

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

border-color css

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

 span { border-color: rgb(170,82,27); }

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