#A0605B

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

Shades of Au Chico #A0605B

Tints of Au Chico #A0605B

Color information

#A0605B (or 0xA0605B) is unknown color: approx Au Chico. HEX triplet: A0, 60 and 5B. RGB value is (160,96,91). Sum of RGB (Red+Green+Blue) = 160+96+91=347 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.11% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 91 (35.94% from 255 or 26.22% from 347); Max value from RGB is 160 - color contains mainly: red. Hex color #A0605B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0605B is #5F9FA4. Grayscale: #727272. Windows color (decimal): -6266789 or 5988512. OLE color: 5988512.

HSL color Cylindrical-coordinate representation of color #A0605B: hue angle of 4.35º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A0605B is Cyan = 0, Magento = 0.4, Yellow = 0.43 and Black (K on CMYK) = 0.37.

Color convert

RGB1609691-
CMYK00.40.430.37
HSL4.35º27.49%49.22%-
HSV(B)4.35º43.13%62.75%-
XYZ20.5716.5912.02-
YUV114.57114.7160.41-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.11%
GREEN value IS 96 (37.89% from 255) = 27.67%
BLUE value IS 91 (35.94% from 255) = 26.22%
R=46.11%
G=27.67%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.43
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160969100.40.430.374.3527.4949.22
HexA0605B0282B2541b31
Octal240140133050534543361
Binary1010000011000001011011010100010101110010110011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0605B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0605B; }

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

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

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

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

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

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

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

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