Html Css Color HEX #AA695B Au Chico

📋 copy color: '#AA695B'

red 170 ◦ green 105 ◦ blue 91

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

Shades of Au Chico #AA695B

Tints of Au Chico #AA695B

RGB

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

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

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

R = 46.45%
G = 28.69%
B = 24.86%

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

#AA695B (or 0xAA695B) is known color: Au Chico. HEX triplet: AA, 69 and 5B. RGB value is (170,105,91). Sum of RGB (Red+Green+Blue) = 170+105+91=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 105 (41.41% from 255 or 28.69% from 366); Blue value is 91 (35.94% from 255 or 24.86% from 366); Max value from RGB is 170 - color contains mainly: red. Hex color #AA695B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA695B is #5596A4. Grayscale: #7A7A7A. Windows color (decimal): -5609125 or 5990826. OLE color: 5990826.

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

Color convert

RGB 170 105 91 -
CMYK 0 0.38 0.46 0.33
HSL 10.63º 0.32% 0.51% -
HSV(B) 10.63º 0.46% 0.67% -
XYZ 23.52 19.4 12.4 -
YUV 122.84 110.03 161.64 -
System Red Green Blue C M Y K H S L
Decimal 170 105 91 0 0.38 0.46 0.33 10.63 0.32 0.51
Hex AA 69 5B 0 26 2E 21 B 20 33
Octal 252 151 133 0 46 56 41 13 40 63
Binary 10101010 1101001 1011011 0 100110 101110 100001 1011 100000 110011

Color Harmonies of #AA695B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA695B

Black with #AA695B

Text Example


Text Example

White with #AA695B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA695B; }

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

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

background-color css

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

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

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

border-color css

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

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

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