Html Css Color HEX #A0685A Au Chico

📋 copy color: '#A0685A'

red 160 ◦ green 104 ◦ blue 90

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

Shades of Au Chico #A0685A

Tints of Au Chico #A0685A

RGB

 RED value IS 160 (62.89% from 255) = 45.2%

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

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

R = 45.2%
G = 29.38%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.44

 K value IS 0.37

RGB Variations

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

Color information

#A0685A (or 0xA0685A) is known color: Au Chico. HEX triplet: A0, 68 and 5A. RGB value is (160,104,90). Sum of RGB (Red+Green+Blue) = 160+104+90=354 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.20% from 354); Green value is 104 (41.02% from 255 or 29.38% from 354); Blue value is 90 (35.55% from 255 or 25.42% from 354); Max value from RGB is 160 - color contains mainly: red. Hex color #A0685A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0685A is #5F97A5. Grayscale: #777777. Windows color (decimal): -6264742 or 5925024. OLE color: 5925024.

HSL color Cylindrical-coordinate representation of color #A0685A: hue angle of 12º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A0685A is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 104 90 -
CMYK 0 0.35 0.44 0.37
HSL 12º 0.28% 0.49% -
HSV(B) 12º 0.44% 0.63% -
XYZ 21.29 18.11 12.05 -
YUV 119.15 111.55 157.14 -
System Red Green Blue C M Y K H S L
Decimal 160 104 90 0 0.35 0.44 0.37 12 0.28 0.49
Hex A0 68 5A 0 23 2C 25 C 1C 31
Octal 240 150 132 0 43 54 45 14 34 61
Binary 10100000 1101000 1011010 0 100011 101100 100101 1100 11100 110001

Color Harmonies of #A0685A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0685A

Black with #A0685A

Text Example


Text Example

White with #A0685A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0685A; }

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

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

background-color css

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

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

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

border-color css

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

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

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