Html Css Color HEX #AA521F Rich Gold

📋 copy color: '#AA521F'

red 170 ◦ green 82 ◦ blue 31

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

Shades of Rich Gold #AA521F

Tints of Rich Gold #AA521F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.95%

R = 60.07%
G = 28.98%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AA521F (or 0xAA521F) is known color: Rich Gold. HEX triplet: AA, 52 and 1F. RGB value is (170,82,31). Sum of RGB (Red+Green+Blue) = 170+82+31=283 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.07% from 283); Green value is 82 (32.42% from 255 or 28.98% from 283); Blue value is 31 (12.5% from 255 or 10.95% from 283); Max value from RGB is 170 - color contains mainly: red. Hex color #AA521F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA521F is #55ADE0. Grayscale: #666666. Windows color (decimal): -5615073 or 2052778. OLE color: 2052778.

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

Color convert

RGB 170 82 31 -
CMYK 0 0.52 0.82 0.33
HSL 22.01º 0.69% 0.39% -
HSV(B) 22.01º 0.82% 0.67% -
XYZ 19.84 14.68 3.08 -
YUV 102.5 87.65 176.15 -
System Red Green Blue C M Y K H S L
Decimal 170 82 31 0 0.52 0.82 0.33 22.01 0.69 0.39
Hex AA 52 1F 0 34 52 21 16 45 27
Octal 252 122 37 0 64 122 41 26 105 47
Binary 10101010 1010010 11111 0 110100 1010010 100001 10110 1000101 100111

Color Harmonies of #AA521F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA521F

Black with #AA521F

Text Example


Text Example

White with #AA521F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA521F; }

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

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

background-color css

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

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

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

border-color css

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

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

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