Html Css Color HEX #AA5F57 Au Chico

📋 copy color: '#AA5F57'

red 170 ◦ green 95 ◦ blue 87

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

Shades of Au Chico #AA5F57

Tints of Au Chico #AA5F57

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.99%

 BLUE value IS 87 (34.38% from 255) = 24.72%

R = 48.3%
G = 26.99%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AA5F57 (or 0xAA5F57) is known color: Au Chico. HEX triplet: AA, 5F and 57. RGB value is (170,95,87). Sum of RGB (Red+Green+Blue) = 170+95+87=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 95 (37.5% from 255 or 26.99% from 352); Blue value is 87 (34.38% from 255 or 24.72% from 352); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5F57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5F57 is #55A0A8. Grayscale: #747474. Windows color (decimal): -5611689 or 5726122. OLE color: 5726122.

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

Color convert

RGB 170 95 87 -
CMYK 0 0.44 0.49 0.33
HSL 5.78º 0.33% 0.5% -
HSV(B) 5.78º 0.49% 0.67% -
XYZ 22.39 17.42 11.2 -
YUV 116.51 111.35 166.15 -
System Red Green Blue C M Y K H S L
Decimal 170 95 87 0 0.44 0.49 0.33 5.78 0.33 0.5
Hex AA 5F 57 0 2C 31 21 6 21 32
Octal 252 137 127 0 54 61 41 6 41 62
Binary 10101010 1011111 1010111 0 101100 110001 100001 110 100001 110010

Color Harmonies of #AA5F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5F57

Black with #AA5F57

Text Example


Text Example

White with #AA5F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5F57; }

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

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

background-color css

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

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

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

border-color css

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

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

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