#A66A58

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

Shades of Au Chico #A66A58

Tints of Au Chico #A66A58

Color information

#A66A58 (or 0xA66A58) is unknown color: approx Au Chico. HEX triplet: A6, 6A and 58. RGB value is (166,106,88). Sum of RGB (Red+Green+Blue) = 166+106+88=360 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.11% from 360); Green value is 106 (41.80% from 255 or 29.44% from 360); Blue value is 88 (34.77% from 255 or 24.44% from 360); Max value from RGB is 166 - color contains mainly: red. Hex color #A66A58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66A58 is #5995A7. Grayscale: #7A7A7A. Windows color (decimal): -5871016 or 5794470. OLE color: 5794470.

HSL color Cylindrical-coordinate representation of color #A66A58: hue angle of 13.85º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A66A58 is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.35.

Color convert

RGB16610688-
CMYK00.360.470.35
HSL13.85º30.71%49.8%-
HSV(B)13.85º46.99%65.1%-
XYZ22.6419.1211.73-
YUV121.89108.88159.46-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.11%
GREEN value IS 106 (41.80% from 255) = 29.44%
BLUE value IS 88 (34.77% from 255) = 24.44%
R=46.11%
G=29.44%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661068800.360.470.3513.8530.7149.8
HexA66A580242F23e1f32
Octal2461521300445743163762
Binary10100110110101010110000100100101111100011111011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66A58; }

 p { color: rgb(166,106,88); }

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

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

 a { background-color: rgb(166,106,88); }

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

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

 span { border-color: rgb(166,106,88); }

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