Html Css Color HEX #A06657 Au Chico

📋 copy color: '#A06657'

red 160 ◦ green 102 ◦ blue 87

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

Shades of Au Chico #A06657

Tints of Au Chico #A06657

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.23%

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

R = 45.85%
G = 29.23%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.46

 K value IS 0.37

RGB Variations

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

Color information

#A06657 (or 0xA06657) is known color: Au Chico. HEX triplet: A0, 66 and 57. RGB value is (160,102,87). Sum of RGB (Red+Green+Blue) = 160+102+87=349 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.85% from 349); Green value is 102 (40.23% from 255 or 29.23% from 349); Blue value is 87 (34.38% from 255 or 24.93% from 349); Max value from RGB is 160 - color contains mainly: red. Hex color #A06657 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06657 is #5F99A8. Grayscale: #757575. Windows color (decimal): -6265257 or 5727904. OLE color: 5727904.

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

Color convert

RGB 160 102 87 -
CMYK 0 0.36 0.46 0.37
HSL 12.33º 0.3% 0.48% -
HSV(B) 12.33º 0.46% 0.63% -
XYZ 20.97 17.66 11.32 -
YUV 117.63 110.72 158.22 -
System Red Green Blue C M Y K H S L
Decimal 160 102 87 0 0.36 0.46 0.37 12.33 0.3 0.48
Hex A0 66 57 0 24 2E 25 C 1E 30
Octal 240 146 127 0 44 56 45 14 36 60
Binary 10100000 1100110 1010111 0 100100 101110 100101 1100 11110 110000

Color Harmonies of #A06657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06657

Black with #A06657

Text Example


Text Example

White with #A06657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06657; }

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

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

background-color css

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

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

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

border-color css

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

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

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