Html Css Color HEX #AA695C Au Chico

📋 copy color: '#AA695C'

red 170 ◦ green 105 ◦ blue 92

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

Shades of Au Chico #AA695C

Tints of Au Chico #AA695C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.61%

 BLUE value IS 92 (36.33% from 255) = 25.07%

R = 46.32%
G = 28.61%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AA695C (or 0xAA695C) is known color: Au Chico. HEX triplet: AA, 69 and 5C. RGB value is (170,105,92). Sum of RGB (Red+Green+Blue) = 170+105+92=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 105 (41.41% from 255 or 28.61% from 367); Blue value is 92 (36.33% from 255 or 25.07% from 367); Max value from RGB is 170 - color contains mainly: red. Hex color #AA695C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA695C is #5596A3. Grayscale: #7B7B7B. Windows color (decimal): -5609124 or 6056362. OLE color: 6056362.

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

Color convert

RGB 170 105 92 -
CMYK 0 0.38 0.46 0.33
HSL 10º 0.31% 0.51% -
HSV(B) 10º 0.46% 0.67% -
XYZ 23.56 19.42 12.63 -
YUV 122.95 110.53 161.56 -
System Red Green Blue C M Y K H S L
Decimal 170 105 92 0 0.38 0.46 0.33 10 0.31 0.51
Hex AA 69 5C 0 26 2E 21 A 1F 33
Octal 252 151 134 0 46 56 41 12 37 63
Binary 10101010 1101001 1011100 0 100110 101110 100001 1010 11111 110011

Color Harmonies of #AA695C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA695C

Black with #AA695C

Text Example


Text Example

White with #AA695C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA695C; }

 p { color: rgb(170,105,92); }

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

background-color css

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

 a { background-color: rgb(170,105,92); }

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

border-color css

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

 span { border-color: rgb(170,105,92); }

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