Html Css Color HEX #A0685D Au Chico

📋 copy color: '#A0685D'

red 160 ◦ green 104 ◦ blue 93

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

Shades of Au Chico #A0685D

Tints of Au Chico #A0685D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.05%

R = 44.82%
G = 29.13%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.42

 K value IS 0.37

RGB Variations

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

Color information

#A0685D (or 0xA0685D) is known color: Au Chico. HEX triplet: A0, 68 and 5D. RGB value is (160,104,93). Sum of RGB (Red+Green+Blue) = 160+104+93=357 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.82% from 357); Green value is 104 (41.02% from 255 or 29.13% from 357); Blue value is 93 (36.72% from 255 or 26.05% from 357); Max value from RGB is 160 - color contains mainly: red. Hex color #A0685D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0685D is #5F97A2. Grayscale: #777777. Windows color (decimal): -6264739 or 6121632. OLE color: 6121632.

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

Color convert

RGB 160 104 93 -
CMYK 0 0.35 0.42 0.37
HSL 9.85º 0.26% 0.5% -
HSV(B) 9.85º 0.42% 0.63% -
XYZ 21.42 18.16 12.73 -
YUV 119.49 113.05 156.89 -
System Red Green Blue C M Y K H S L
Decimal 160 104 93 0 0.35 0.42 0.37 9.85 0.26 0.5
Hex A0 68 5D 0 23 2A 25 A 1A 32
Octal 240 150 135 0 43 52 45 12 32 62
Binary 10100000 1101000 1011101 0 100011 101010 100101 1010 11010 110010

Color Harmonies of #A0685D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0685D

Black with #A0685D

Text Example


Text Example

White with #A0685D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0685D; }

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

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

background-color css

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

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

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

border-color css

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

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

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