#A06256

Color #A06256 Au Chico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Au Chico #A06256

Tints of Au Chico #A06256

Color information

#A06256 (or 0xA06256) is unknown color: approx Au Chico. HEX triplet: A0, 62 and 56. RGB value is (160,98,86). Sum of RGB (Red+Green+Blue) = 160+98+86=344 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.51% from 344); Green value is 98 (38.67% from 255 or 28.49% from 344); Blue value is 86 (33.98% from 255 or 25% from 344); Max value from RGB is 160 - color contains mainly: red. Hex color #A06256 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06256 is #5F9DA9. Grayscale: #737373. Windows color (decimal): -6266282 or 5661344. OLE color: 5661344.

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

Color convert

RGB1609886-
CMYK00.390.460.37
HSL9.73º30.08%48.24%-
HSV(B)9.73º46.25%62.75%-
XYZ20.5416.8810.98-
YUV115.17111.54159.98-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.51%
GREEN value IS 98 (38.67% from 255) = 28.49%
BLUE value IS 86 (33.98% from 255) = 25%
R=46.51%
G=28.49%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.46
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160988600.390.460.379.7330.0848.24
HexA062560272E25a1e30
Octal2401421260475645123660
Binary10100000110001010101100100111101110100101101011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06256; }

 p { color: rgb(160,98,86); }

 H1.HeaderClassName
 {
   color: #A06256;
 }
 .AnyTagClassName
 {
   color: #A06256;
 }
</style>
background-color css

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

 a { background-color: rgb(160,98,86); }

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

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

 span { border-color: rgb(160,98,86); }

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