#A06353

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

Shades of Au Chico #A06353

Tints of Au Chico #A06353

Color information

#A06353 (or 0xA06353) is unknown color: approx Au Chico. HEX triplet: A0, 63 and 53. RGB value is (160,99,83). Sum of RGB (Red+Green+Blue) = 160+99+83=342 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.78% from 342); Green value is 99 (39.06% from 255 or 28.95% from 342); Blue value is 83 (32.81% from 255 or 24.27% from 342); Max value from RGB is 160 - color contains mainly: red. Hex color #A06353 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06353 is #5F9CAC. Grayscale: #737373. Windows color (decimal): -6266029 or 5464992. OLE color: 5464992.

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

Color convert

RGB1609983-
CMYK00.380.480.37
HSL12.47º31.69%47.65%-
HSV(B)12.47º48.12%62.75%-
XYZ20.5217.0210.39-
YUV115.42109.71159.8-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.78%
GREEN value IS 99 (39.06% from 255) = 28.95%
BLUE value IS 83 (32.81% from 255) = 24.27%
R=46.78%
G=28.95%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.48
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160998300.380.480.3712.4731.6947.65
HexA063530263025c2030
Octal2401431230466045144060
Binary101000001100011101001101001101100001001011100100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06353; }

 p { color: rgb(160,99,83); }

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

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

 a { background-color: rgb(160,99,83); }

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

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

 span { border-color: rgb(160,99,83); }

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