Html Css Color HEX #AA5719 Rich Gold

📋 copy color: '#AA5719'

red 170 ◦ green 87 ◦ blue 25

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

Shades of Rich Gold #AA5719

Tints of Rich Gold #AA5719

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.87%

R = 60.28%
G = 30.85%
B = 8.87%

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

#AA5719 (or 0xAA5719) is known color: Rich Gold. HEX triplet: AA, 57 and 19. RGB value is (170,87,25). Sum of RGB (Red+Green+Blue) = 170+87+25=282 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.28% from 282); Green value is 87 (34.38% from 255 or 30.85% from 282); Blue value is 25 (10.16% from 255 or 8.87% from 282); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5719 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5719 is #55A8E6. Grayscale: #696969. Windows color (decimal): -5613799 or 1660842. OLE color: 1660842.

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

Color convert

RGB 170 87 25 -
CMYK 0 0.49 0.85 0.33
HSL 25.66º 0.74% 0.38% -
HSV(B) 25.66º 0.85% 0.67% -
XYZ 20.16 15.43 2.84 -
YUV 104.75 83 174.54 -
System Red Green Blue C M Y K H S L
Decimal 170 87 25 0 0.49 0.85 0.33 25.66 0.74 0.38
Hex AA 57 19 0 31 55 21 1A 4A 26
Octal 252 127 31 0 61 125 41 32 112 46
Binary 10101010 1010111 11001 0 110001 1010101 100001 11010 1001010 100110

Color Harmonies of #AA5719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5719

Black with #AA5719

Text Example


Text Example

White with #AA5719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5719; }

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

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

background-color css

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

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

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

border-color css

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

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

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