Html Css Color HEX #AA685A Au Chico

📋 copy color: '#AA685A'

red 170 ◦ green 104 ◦ blue 90

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

Shades of Au Chico #AA685A

Tints of Au Chico #AA685A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.57%

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

R = 46.7%
G = 28.57%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AA685A (or 0xAA685A) is known color: Au Chico. HEX triplet: AA, 68 and 5A. RGB value is (170,104,90). Sum of RGB (Red+Green+Blue) = 170+104+90=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 104 (41.02% from 255 or 28.57% from 364); Blue value is 90 (35.55% from 255 or 24.73% from 364); Max value from RGB is 170 - color contains mainly: red. Hex color #AA685A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA685A is #5597A5. Grayscale: #7A7A7A. Windows color (decimal): -5609382 or 5925034. OLE color: 5925034.

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

Color convert

RGB 170 104 90 -
CMYK 0 0.39 0.47 0.33
HSL 10.5º 0.32% 0.51% -
HSV(B) 10.5º 0.47% 0.67% -
XYZ 23.37 19.18 12.14 -
YUV 122.14 109.87 162.14 -
System Red Green Blue C M Y K H S L
Decimal 170 104 90 0 0.39 0.47 0.33 10.5 0.32 0.51
Hex AA 68 5A 0 27 2F 21 A 20 33
Octal 252 150 132 0 47 57 41 12 40 63
Binary 10101010 1101000 1011010 0 100111 101111 100001 1010 100000 110011

Color Harmonies of #AA685A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA685A

Black with #AA685A

Text Example


Text Example

White with #AA685A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA685A; }

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

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

background-color css

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

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

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

border-color css

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

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

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