Html Css Color HEX #AA665B Au Chico

📋 copy color: '#AA665B'

red 170 ◦ green 102 ◦ blue 91

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

Shades of Au Chico #AA665B

Tints of Au Chico #AA665B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.1%

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

R = 46.83%
G = 28.1%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AA665B (or 0xAA665B) is known color: Au Chico. HEX triplet: AA, 66 and 5B. RGB value is (170,102,91). Sum of RGB (Red+Green+Blue) = 170+102+91=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 91 (35.94% from 255 or 25.07% from 363); Max value from RGB is 170 - color contains mainly: red. Hex color #AA665B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA665B is #5599A4. Grayscale: #797979. Windows color (decimal): -5609893 or 5990058. OLE color: 5990058.

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

Color convert

RGB 170 102 91 -
CMYK 0 0.4 0.46 0.33
HSL 8.35º 0.32% 0.51% -
HSV(B) 8.35º 0.46% 0.67% -
XYZ 23.22 18.8 12.3 -
YUV 121.08 111.03 162.89 -
System Red Green Blue C M Y K H S L
Decimal 170 102 91 0 0.4 0.46 0.33 8.35 0.32 0.51
Hex AA 66 5B 0 28 2E 21 8 20 33
Octal 252 146 133 0 50 56 41 10 40 63
Binary 10101010 1100110 1011011 0 101000 101110 100001 1000 100000 110011

Color Harmonies of #AA665B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA665B

Black with #AA665B

Text Example


Text Example

White with #AA665B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA665B; }

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

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

background-color css

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

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

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

border-color css

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

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

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