Html Css Color HEX #AA561F Rich Gold

📋 copy color: '#AA561F'

red 170 ◦ green 86 ◦ blue 31

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

Shades of Rich Gold #AA561F

Tints of Rich Gold #AA561F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.97%

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

R = 59.23%
G = 29.97%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AA561F (or 0xAA561F) is known color: Rich Gold. HEX triplet: AA, 56 and 1F. RGB value is (170,86,31). Sum of RGB (Red+Green+Blue) = 170+86+31=287 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.23% from 287); Green value is 86 (33.98% from 255 or 29.97% from 287); Blue value is 31 (12.5% from 255 or 10.80% from 287); Max value from RGB is 170 - color contains mainly: red. Hex color #AA561F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA561F is #55A9E0. Grayscale: #696969. Windows color (decimal): -5614049 or 2053802. OLE color: 2053802.

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

Color convert

RGB 170 86 31 -
CMYK 0 0.49 0.82 0.33
HSL 23.74º 0.69% 0.39% -
HSV(B) 23.74º 0.82% 0.67% -
XYZ 20.15 15.3 3.19 -
YUV 104.85 86.33 174.47 -
System Red Green Blue C M Y K H S L
Decimal 170 86 31 0 0.49 0.82 0.33 23.74 0.69 0.39
Hex AA 56 1F 0 31 52 21 18 45 27
Octal 252 126 37 0 61 122 41 30 105 47
Binary 10101010 1010110 11111 0 110001 1010010 100001 11000 1000101 100111

Color Harmonies of #AA561F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA561F

Black with #AA561F

Text Example


Text Example

White with #AA561F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA561F; }

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

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

background-color css

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

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

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

border-color css

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

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

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