Html Css Color HEX #AA571A Rich Gold

📋 copy color: '#AA571A'

red 170 ◦ green 87 ◦ blue 26

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

Shades of Rich Gold #AA571A

Tints of Rich Gold #AA571A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.74%

 BLUE value IS 26 (10.55% from 255) = 9.19%

R = 60.07%
G = 30.74%
B = 9.19%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AA571A (or 0xAA571A) is known color: Rich Gold. HEX triplet: AA, 57 and 1A. RGB value is (170,87,26). Sum of RGB (Red+Green+Blue) = 170+87+26=283 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.07% from 283); Green value is 87 (34.38% from 255 or 30.74% from 283); Blue value is 26 (10.55% from 255 or 9.19% from 283); Max value from RGB is 170 - color contains mainly: red. Hex color #AA571A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA571A is #55A8E5. Grayscale: #696969. Windows color (decimal): -5613798 or 1726378. OLE color: 1726378.

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

Color convert

RGB 170 87 26 -
CMYK 0 0.49 0.85 0.33
HSL 25.42º 0.73% 0.38% -
HSV(B) 25.42º 0.85% 0.67% -
XYZ 20.17 15.44 2.89 -
YUV 104.86 83.5 174.46 -
System Red Green Blue C M Y K H S L
Decimal 170 87 26 0 0.49 0.85 0.33 25.42 0.73 0.38
Hex AA 57 1A 0 31 55 21 19 49 26
Octal 252 127 32 0 61 125 41 31 111 46
Binary 10101010 1010111 11010 0 110001 1010101 100001 11001 1001001 100110

Color Harmonies of #AA571A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA571A

Black with #AA571A

Text Example


Text Example

White with #AA571A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA571A; }

 p { color: rgb(170,87,26); }

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

background-color css

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

 a { background-color: rgb(170,87,26); }

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

border-color css

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

 span { border-color: rgb(170,87,26); }

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