#A46C5E

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

Shades of Au Chico #A46C5E

Tints of Au Chico #A46C5E

Color information

#A46C5E (or 0xA46C5E) is unknown color: approx Au Chico. HEX triplet: A4, 6C and 5E. RGB value is (164,108,94). Sum of RGB (Red+Green+Blue) = 164+108+94=366 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.81% from 366); Green value is 108 (42.58% from 255 or 29.51% from 366); Blue value is 94 (37.11% from 255 or 25.68% from 366); Max value from RGB is 164 - color contains mainly: red. Hex color #A46C5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46C5E is #5B93A1. Grayscale: #7B7B7B. Windows color (decimal): -6001570 or 6188196. OLE color: 6188196.

HSL color Cylindrical-coordinate representation of color #A46C5E: hue angle of 12º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A46C5E is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB16410894-
CMYK00.340.430.36
HSL12º27.78%50.59%-
HSV(B)12º42.68%64.31%-
XYZ22.6919.4313.14-
YUV123.15111.55157.14-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.81%
GREEN value IS 108 (42.58% from 255) = 29.51%
BLUE value IS 94 (37.11% from 255) = 25.68%
R=44.81%
G=29.51%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641089400.340.430.361227.7850.59
HexA46C5E0222B24c1c33
Octal2441541360425344143463
Binary10100100110110010111100100010101011100100110011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46C5E; }

 p { color: rgb(164,108,94); }

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

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

 a { background-color: rgb(164,108,94); }

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

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

 span { border-color: rgb(164,108,94); }

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