#A66053

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

Shades of Au Chico #A66053

Tints of Au Chico #A66053

Color information

#A66053 (or 0xA66053) is unknown color: approx Au Chico. HEX triplet: A6, 60 and 53. RGB value is (166,96,83). Sum of RGB (Red+Green+Blue) = 166+96+83=345 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.12% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 83 (32.81% from 255 or 24.06% from 345); Max value from RGB is 166 - color contains mainly: red. Hex color #A66053 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66053 is #599FAC. Grayscale: #737373. Windows color (decimal): -5873581 or 5464230. OLE color: 5464230.

HSL color Cylindrical-coordinate representation of color #A66053: hue angle of 9.4º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A66053 is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB1669683-
CMYK00.420.500.35
HSL9.4º33.33%48.82%-
HSV(B)9.4º50%65.1%-
XYZ21.4717.110.35-
YUV115.45109.69164.06-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.12%
GREEN value IS 96 (37.89% from 255) = 27.83%
BLUE value IS 83 (32.81% from 255) = 24.06%
R=48.12%
G=27.83%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166968300.420.500.359.433.3348.82
HexA6605302A322392131
Octal2461401230526243114161
Binary101001101100000101001101010101100101000111001100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66053; }

 p { color: rgb(166,96,83); }

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

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

 a { background-color: rgb(166,96,83); }

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

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

 span { border-color: rgb(166,96,83); }

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