Html Css Color HEX #AA5725 Rich Gold

📋 copy color: '#AA5725'

red 170 ◦ green 87 ◦ blue 37

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

Shades of Rich Gold #AA5725

Tints of Rich Gold #AA5725

RGB

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

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

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

R = 57.82%
G = 29.59%
B = 12.59%

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

#AA5725 (or 0xAA5725) is known color: Rich Gold. HEX triplet: AA, 57 and 25. RGB value is (170,87,37). Sum of RGB (Red+Green+Blue) = 170+87+37=294 (38% of max value = 765). Red value is 170 (66.80% from 255 or 57.82% from 294); Green value is 87 (34.38% from 255 or 29.59% from 294); Blue value is 37 (14.84% from 255 or 12.59% from 294); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5725 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5725 is #55A8DA. Grayscale: #6A6A6A. Windows color (decimal): -5613787 or 2447274. OLE color: 2447274.

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

Color convert

RGB 170 87 37 -
CMYK 0 0.49 0.78 0.33
HSL 22.56º 0.64% 0.41% -
HSV(B) 22.56º 0.78% 0.67% -
XYZ 20.32 15.5 3.67 -
YUV 106.12 89 173.57 -
System Red Green Blue C M Y K H S L
Decimal 170 87 37 0 0.49 0.78 0.33 22.56 0.64 0.41
Hex AA 57 25 0 31 4E 21 17 40 29
Octal 252 127 45 0 61 116 41 27 100 51
Binary 10101010 1010111 100101 0 110001 1001110 100001 10111 1000000 101001

Color Harmonies of #AA5725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5725

Black with #AA5725

Text Example


Text Example

White with #AA5725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5725; }

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

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

background-color css

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

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

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

border-color css

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

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

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