Html Css Color HEX #A06A5D Au Chico

📋 copy color: '#A06A5D'

red 160 ◦ green 106 ◦ blue 93

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

Shades of Au Chico #A06A5D

Tints of Au Chico #A06A5D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.53%

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

R = 44.57%
G = 29.53%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.42

 K value IS 0.37

RGB Variations

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

Color information

#A06A5D (or 0xA06A5D) is known color: Au Chico. HEX triplet: A0, 6A and 5D. RGB value is (160,106,93). Sum of RGB (Red+Green+Blue) = 160+106+93=359 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.57% from 359); Green value is 106 (41.80% from 255 or 29.53% from 359); Blue value is 93 (36.72% from 255 or 25.91% from 359); Max value from RGB is 160 - color contains mainly: red. Hex color #A06A5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06A5D is #5F95A2. Grayscale: #787878. Windows color (decimal): -6264227 or 6122144. OLE color: 6122144.

HSL color Cylindrical-coordinate representation of color #A06A5D: hue angle of 11.64º 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 #A06A5D is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 106 93 -
CMYK 0 0.34 0.42 0.37
HSL 11.64º 0.26% 0.5% -
HSV(B) 11.64º 0.42% 0.63% -
XYZ 21.63 18.57 12.8 -
YUV 120.66 112.39 156.06 -
System Red Green Blue C M Y K H S L
Decimal 160 106 93 0 0.34 0.42 0.37 11.64 0.26 0.5
Hex A0 6A 5D 0 22 2A 25 C 1A 32
Octal 240 152 135 0 42 52 45 14 32 62
Binary 10100000 1101010 1011101 0 100010 101010 100101 1100 11010 110010

Color Harmonies of #A06A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06A5D

Black with #A06A5D

Text Example


Text Example

White with #A06A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06A5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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