Html Css Color HEX #AA6558 Au Chico

📋 copy color: '#AA6558'

red 170 ◦ green 101 ◦ blue 88

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

Shades of Au Chico #AA6558

Tints of Au Chico #AA6558

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.13%

 BLUE value IS 88 (34.77% from 255) = 24.51%

R = 47.35%
G = 28.13%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AA6558 (or 0xAA6558) is known color: Au Chico. HEX triplet: AA, 65 and 58. RGB value is (170,101,88). Sum of RGB (Red+Green+Blue) = 170+101+88=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 101 (39.84% from 255 or 28.13% from 359); Blue value is 88 (34.77% from 255 or 24.51% from 359); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6558 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6558 is #559AA7. Grayscale: #787878. Windows color (decimal): -5610152 or 5793194. OLE color: 5793194.

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

Color convert

RGB 170 101 88 -
CMYK 0 0.41 0.48 0.33
HSL 9.51º 0.33% 0.51% -
HSV(B) 9.51º 0.48% 0.67% -
XYZ 22.99 18.56 11.6 -
YUV 120.15 109.86 163.56 -
System Red Green Blue C M Y K H S L
Decimal 170 101 88 0 0.41 0.48 0.33 9.51 0.33 0.51
Hex AA 65 58 0 29 30 21 A 21 33
Octal 252 145 130 0 51 60 41 12 41 63
Binary 10101010 1100101 1011000 0 101001 110000 100001 1010 100001 110011

Color Harmonies of #AA6558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6558

Black with #AA6558

Text Example


Text Example

White with #AA6558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6558; }

 p { color: rgb(170,101,88); }

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

background-color css

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

 a { background-color: rgb(170,101,88); }

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

border-color css

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

 span { border-color: rgb(170,101,88); }

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