Html Css Color HEX #AA5625 Rich Gold

📋 copy color: '#AA5625'

red 170 ◦ green 86 ◦ blue 37

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

Shades of Rich Gold #AA5625

Tints of Rich Gold #AA5625

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.63%

R = 58.02%
G = 29.35%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AA5625 (or 0xAA5625) is known color: Rich Gold. HEX triplet: AA, 56 and 25. RGB value is (170,86,37). Sum of RGB (Red+Green+Blue) = 170+86+37=293 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.02% from 293); Green value is 86 (33.98% from 255 or 29.35% from 293); Blue value is 37 (14.84% from 255 or 12.63% from 293); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5625 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5625 is #55A9DA. Grayscale: #696969. Windows color (decimal): -5614043 or 2447018. OLE color: 2447018.

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

Color convert

RGB 170 86 37 -
CMYK 0 0.49 0.78 0.33
HSL 22.11º 0.64% 0.41% -
HSV(B) 22.11º 0.78% 0.67% -
XYZ 20.24 15.34 3.64 -
YUV 105.53 89.33 173.98 -
System Red Green Blue C M Y K H S L
Decimal 170 86 37 0 0.49 0.78 0.33 22.11 0.64 0.41
Hex AA 56 25 0 31 4E 21 16 40 29
Octal 252 126 45 0 61 116 41 26 100 51
Binary 10101010 1010110 100101 0 110001 1001110 100001 10110 1000000 101001

Color Harmonies of #AA5625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5625

Black with #AA5625

Text Example


Text Example

White with #AA5625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5625; }

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

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

background-color css

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

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

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

border-color css

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

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

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