Html Css Color HEX #AA665A Au Chico

📋 copy color: '#AA665A'

red 170 ◦ green 102 ◦ blue 90

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

Shades of Au Chico #AA665A

Tints of Au Chico #AA665A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.86%

R = 46.96%
G = 28.18%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AA665A (or 0xAA665A) is known color: Au Chico. HEX triplet: AA, 66 and 5A. RGB value is (170,102,90). Sum of RGB (Red+Green+Blue) = 170+102+90=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 102 (40.23% from 255 or 28.18% from 362); Blue value is 90 (35.55% from 255 or 24.86% from 362); Max value from RGB is 170 - color contains mainly: red. Hex color #AA665A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA665A is #5599A5. Grayscale: #797979. Windows color (decimal): -5609894 or 5924522. OLE color: 5924522.

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

Color convert

RGB 170 102 90 -
CMYK 0 0.4 0.47 0.33
HSL 0.32% 0.51% -
HSV(B) 0.47% 0.67% -
XYZ 23.17 18.79 12.08 -
YUV 120.96 110.53 162.98 -
System Red Green Blue C M Y K H S L
Decimal 170 102 90 0 0.4 0.47 0.33 9 0.32 0.51
Hex AA 66 5A 0 28 2F 21 9 20 33
Octal 252 146 132 0 50 57 41 11 40 63
Binary 10101010 1100110 1011010 0 101000 101111 100001 1001 100000 110011

Color Harmonies of #AA665A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA665A

Black with #AA665A

Text Example


Text Example

White with #AA665A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA665A; }

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

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

background-color css

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

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

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

border-color css

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

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

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