#A66153

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

Shades of Au Chico #A66153

Tints of Au Chico #A66153

Color information

#A66153 (or 0xA66153) is unknown color: approx Au Chico. HEX triplet: A6, 61 and 53. RGB value is (166,97,83). Sum of RGB (Red+Green+Blue) = 166+97+83=346 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.98% from 346); Green value is 97 (38.28% from 255 or 28.03% from 346); Blue value is 83 (32.81% from 255 or 23.99% from 346); Max value from RGB is 166 - color contains mainly: red. Hex color #A66153 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66153 is #599EAC. Grayscale: #747474. Windows color (decimal): -5873325 or 5464486. OLE color: 5464486.

HSL color Cylindrical-coordinate representation of color #A66153: hue angle of 10.12º 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 #A66153 is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB1669783-
CMYK00.420.500.35
HSL10.12º33.33%48.82%-
HSV(B)10.12º50%65.1%-
XYZ21.5617.2810.38-
YUV116.04109.36163.64-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.98%
GREEN value IS 97 (38.28% from 255) = 28.03%
BLUE value IS 83 (32.81% from 255) = 23.99%
R=47.98%
G=28.03%
B=23.99%

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
Decimal166978300.420.500.3510.1233.3348.82
HexA6615302A3223a2131
Octal2461411230526243124161
Binary101001101100001101001101010101100101000111010100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66153; }

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

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

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

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

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

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

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

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