Html Css Color HEX #AA605B Au Chico

📋 copy color: '#AA605B'

red 170 ◦ green 96 ◦ blue 91

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

Shades of Au Chico #AA605B

Tints of Au Chico #AA605B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.89%

 BLUE value IS 91 (35.94% from 255) = 25.49%

R = 47.62%
G = 26.89%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AA605B (or 0xAA605B) is known color: Au Chico. HEX triplet: AA, 60 and 5B. RGB value is (170,96,91). Sum of RGB (Red+Green+Blue) = 170+96+91=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 96 (37.89% from 255 or 26.89% from 357); Blue value is 91 (35.94% from 255 or 25.49% from 357); Max value from RGB is 170 - color contains mainly: red. Hex color #AA605B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA605B is #559FA4. Grayscale: #757575. Windows color (decimal): -5611429 or 5988522. OLE color: 5988522.

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

Color convert

RGB 170 96 91 -
CMYK 0 0.44 0.46 0.33
HSL 3.8º 0.32% 0.51% -
HSV(B) 3.8º 0.46% 0.67% -
XYZ 22.65 17.67 12.11 -
YUV 117.56 113.02 165.41 -
System Red Green Blue C M Y K H S L
Decimal 170 96 91 0 0.44 0.46 0.33 3.8 0.32 0.51
Hex AA 60 5B 0 2C 2E 21 4 20 33
Octal 252 140 133 0 54 56 41 4 40 63
Binary 10101010 1100000 1011011 0 101100 101110 100001 100 100000 110011

Color Harmonies of #AA605B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA605B

Black with #AA605B

Text Example


Text Example

White with #AA605B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA605B; }

 p { color: rgb(170,96,91); }

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

background-color css

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

 a { background-color: rgb(170,96,91); }

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

border-color css

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

 span { border-color: rgb(170,96,91); }

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