#A06255

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

Shades of Au Chico #A06255

Tints of Au Chico #A06255

Color information

#A06255 (or 0xA06255) is unknown color: approx Au Chico. HEX triplet: A0, 62 and 55. RGB value is (160,98,85). Sum of RGB (Red+Green+Blue) = 160+98+85=343 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.65% from 343); Green value is 98 (38.67% from 255 or 28.57% from 343); Blue value is 85 (33.59% from 255 or 24.78% from 343); Max value from RGB is 160 - color contains mainly: red. Hex color #A06255 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06255 is #5F9DAA. Grayscale: #737373. Windows color (decimal): -6266283 or 5595808. OLE color: 5595808.

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

Color convert

RGB1609885-
CMYK00.390.470.37
HSL10.4º30.61%48.04%-
HSV(B)10.4º46.88%62.75%-
XYZ20.516.8610.77-
YUV115.06111.04160.06-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.65%
GREEN value IS 98 (38.67% from 255) = 28.57%
BLUE value IS 85 (33.59% from 255) = 24.78%
R=46.65%
G=28.57%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.47
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160988500.390.470.3710.430.6148.04
HexA062550272F25a1f30
Octal2401421250475745123760
Binary10100000110001010101010100111101111100101101011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06255; }

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

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

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

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

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

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

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

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