Html Css Color HEX #A06857 Au Chico

📋 copy color: '#A06857'

red 160 ◦ green 104 ◦ blue 87

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

Shades of Au Chico #A06857

Tints of Au Chico #A06857

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 24.79%

R = 45.58%
G = 29.63%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.46

 K value IS 0.37

RGB Variations

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

Color information

#A06857 (or 0xA06857) is known color: Au Chico. HEX triplet: A0, 68 and 57. RGB value is (160,104,87). Sum of RGB (Red+Green+Blue) = 160+104+87=351 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.58% from 351); Green value is 104 (41.02% from 255 or 29.63% from 351); Blue value is 87 (34.38% from 255 or 24.79% from 351); Max value from RGB is 160 - color contains mainly: red. Hex color #A06857 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06857 is #5F97A8. Grayscale: #767676. Windows color (decimal): -6264745 or 5728416. OLE color: 5728416.

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

Color convert

RGB 160 104 87 -
CMYK 0 0.35 0.46 0.37
HSL 13.97º 0.3% 0.48% -
HSV(B) 13.97º 0.46% 0.63% -
XYZ 21.17 18.06 11.39 -
YUV 118.81 110.05 157.38 -
System Red Green Blue C M Y K H S L
Decimal 160 104 87 0 0.35 0.46 0.37 13.97 0.3 0.48
Hex A0 68 57 0 23 2E 25 E 1E 30
Octal 240 150 127 0 43 56 45 16 36 60
Binary 10100000 1101000 1010111 0 100011 101110 100101 1110 11110 110000

Color Harmonies of #A06857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06857

Black with #A06857

Text Example


Text Example

White with #A06857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06857; }

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

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

background-color css

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

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

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

border-color css

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

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

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