#A66357

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

Shades of Au Chico #A66357

Tints of Au Chico #A66357

Color information

#A66357 (or 0xA66357) is unknown color: approx Au Chico. HEX triplet: A6, 63 and 57. RGB value is (166,99,87). Sum of RGB (Red+Green+Blue) = 166+99+87=352 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.16% from 352); Green value is 99 (39.06% from 255 or 28.12% from 352); Blue value is 87 (34.38% from 255 or 24.72% from 352); Max value from RGB is 166 - color contains mainly: red. Hex color #A66357 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66357 is #599CA8. Grayscale: #757575. Windows color (decimal): -5872809 or 5727142. OLE color: 5727142.

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

Color convert

RGB1669987-
CMYK00.400.480.35
HSL9.11º31.23%49.61%-
HSV(B)9.11º47.59%65.1%-
XYZ21.9117.7211.28-
YUV117.66110.7162.48-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.16%
GREEN value IS 99 (39.06% from 255) = 28.12%
BLUE value IS 87 (34.38% from 255) = 24.72%
R=47.16%
G=28.12%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166998700.400.480.359.1131.2349.61
HexA66357028302391f32
Octal2461431270506043113762
Binary10100110110001110101110101000110000100011100111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66357; }

 p { color: rgb(166,99,87); }

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

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

 a { background-color: rgb(166,99,87); }

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

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

 span { border-color: rgb(166,99,87); }

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