#A06055

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

Shades of Au Chico #A06055

Tints of Au Chico #A06055

Color information

#A06055 (or 0xA06055) is unknown color: approx Au Chico. HEX triplet: A0, 60 and 55. RGB value is (160,96,85). Sum of RGB (Red+Green+Blue) = 160+96+85=341 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.92% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 85 (33.59% from 255 or 24.93% from 341); Max value from RGB is 160 - color contains mainly: red. Hex color #A06055 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06055 is #5F9FAA. Grayscale: #717171. Windows color (decimal): -6266795 or 5595296. OLE color: 5595296.

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

Color convert

RGB1609685-
CMYK00.40.470.37
HSL8.8º30.61%48.04%-
HSV(B)8.8º46.88%62.75%-
XYZ20.3216.510.71-
YUV113.88111.7160.89-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.92%
GREEN value IS 96 (37.89% from 255) = 28.15%
BLUE value IS 85 (33.59% from 255) = 24.93%
R=46.92%
G=28.15%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.47
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160968500.40.470.378.830.6148.04
HexA060550282F2591f30
Octal2401401250505745113760
Binary10100000110000010101010101000101111100101100111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06055; }

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

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

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

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

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

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

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

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