Html Css Color HEX #AA571C Rich Gold

📋 copy color: '#AA571C'

red 170 ◦ green 87 ◦ blue 28

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

Shades of Rich Gold #AA571C

Tints of Rich Gold #AA571C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.82%

R = 59.65%
G = 30.53%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AA571C (or 0xAA571C) is known color: Rich Gold. HEX triplet: AA, 57 and 1C. RGB value is (170,87,28). Sum of RGB (Red+Green+Blue) = 170+87+28=285 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.65% from 285); Green value is 87 (34.38% from 255 or 30.53% from 285); Blue value is 28 (11.33% from 255 or 9.82% from 285); Max value from RGB is 170 - color contains mainly: red. Hex color #AA571C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA571C is #55A8E3. Grayscale: #696969. Windows color (decimal): -5613796 or 1857450. OLE color: 1857450.

HSL color Cylindrical-coordinate representation of color #AA571C: hue angle of 24.93º degrees, saturation: 0.72, 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 #AA571C is Cyan = 0, Magento = 0.49, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 87 28 -
CMYK 0 0.49 0.84 0.33
HSL 24.93º 0.72% 0.39% -
HSV(B) 24.93º 0.84% 0.67% -
XYZ 20.2 15.45 3.02 -
YUV 105.09 84.5 174.3 -
System Red Green Blue C M Y K H S L
Decimal 170 87 28 0 0.49 0.84 0.33 24.93 0.72 0.39
Hex AA 57 1C 0 31 54 21 19 48 27
Octal 252 127 34 0 61 124 41 31 110 47
Binary 10101010 1010111 11100 0 110001 1010100 100001 11001 1001000 100111

Color Harmonies of #AA571C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA571C

Black with #AA571C

Text Example


Text Example

White with #AA571C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA571C; }

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

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

background-color css

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

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

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

border-color css

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

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

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