Html Css Color HEX #AA561E Rich Gold

📋 copy color: '#AA561E'

red 170 ◦ green 86 ◦ blue 30

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

Shades of Rich Gold #AA561E

Tints of Rich Gold #AA561E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.49%

R = 59.44%
G = 30.07%
B = 10.49%

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

#AA561E (or 0xAA561E) is known color: Rich Gold. HEX triplet: AA, 56 and 1E. RGB value is (170,86,30). Sum of RGB (Red+Green+Blue) = 170+86+30=286 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.44% from 286); Green value is 86 (33.98% from 255 or 30.07% from 286); Blue value is 30 (12.11% from 255 or 10.49% from 286); Max value from RGB is 170 - color contains mainly: red. Hex color #AA561E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA561E is #55A9E1. Grayscale: #696969. Windows color (decimal): -5614050 or 1988266. OLE color: 1988266.

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

Color convert

RGB 170 86 30 -
CMYK 0 0.49 0.82 0.33
HSL 24º 0.7% 0.39% -
HSV(B) 24º 0.82% 0.67% -
XYZ 20.14 15.3 3.12 -
YUV 104.73 85.83 174.55 -
System Red Green Blue C M Y K H S L
Decimal 170 86 30 0 0.49 0.82 0.33 24 0.7 0.39
Hex AA 56 1E 0 31 52 21 18 46 27
Octal 252 126 36 0 61 122 41 30 106 47
Binary 10101010 1010110 11110 0 110001 1010010 100001 11000 1000110 100111

Color Harmonies of #AA561E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA561E

Black with #AA561E

Text Example


Text Example

White with #AA561E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA561E; }

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

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

background-color css

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

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

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

border-color css

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

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

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