Html Css Color HEX #AA685C Au Chico

📋 copy color: '#AA685C'

red 170 ◦ green 104 ◦ blue 92

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

Shades of Au Chico #AA685C

Tints of Au Chico #AA685C

RGB

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

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

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

R = 46.45%
G = 28.42%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AA685C (or 0xAA685C) is known color: Au Chico. HEX triplet: AA, 68 and 5C. RGB value is (170,104,92). Sum of RGB (Red+Green+Blue) = 170+104+92=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 104 (41.02% from 255 or 28.42% from 366); Blue value is 92 (36.33% from 255 or 25.14% from 366); Max value from RGB is 170 - color contains mainly: red. Hex color #AA685C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA685C is #5597A3. Grayscale: #7A7A7A. Windows color (decimal): -5609380 or 6056106. OLE color: 6056106.

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

Color convert

RGB 170 104 92 -
CMYK 0 0.39 0.46 0.33
HSL 9.23º 0.31% 0.51% -
HSV(B) 9.23º 0.46% 0.67% -
XYZ 23.46 19.22 12.6 -
YUV 122.37 110.87 161.98 -
System Red Green Blue C M Y K H S L
Decimal 170 104 92 0 0.39 0.46 0.33 9.23 0.31 0.51
Hex AA 68 5C 0 27 2E 21 9 1F 33
Octal 252 150 134 0 47 56 41 11 37 63
Binary 10101010 1101000 1011100 0 100111 101110 100001 1001 11111 110011

Color Harmonies of #AA685C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA685C

Black with #AA685C

Text Example


Text Example

White with #AA685C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA685C; }

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

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

background-color css

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

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

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

border-color css

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

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

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