#A46A5E

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

Shades of Au Chico #A46A5E

Tints of Au Chico #A46A5E

Color information

#A46A5E (or 0xA46A5E) is unknown color: approx Au Chico. HEX triplet: A4, 6A and 5E. RGB value is (164,106,94). Sum of RGB (Red+Green+Blue) = 164+106+94=364 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.05% from 364); Green value is 106 (41.80% from 255 or 29.12% from 364); Blue value is 94 (37.11% from 255 or 25.82% from 364); Max value from RGB is 164 - color contains mainly: red. Hex color #A46A5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46A5E is #5B95A1. Grayscale: #7A7A7A. Windows color (decimal): -6002082 or 6187684. OLE color: 6187684.

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

Color convert

RGB16410694-
CMYK00.350.430.36
HSL10.29º27.78%50.59%-
HSV(B)10.29º42.68%64.31%-
XYZ22.4819.0113.07-
YUV121.97112.22157.98-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.05%
GREEN value IS 106 (41.80% from 255) = 29.12%
BLUE value IS 94 (37.11% from 255) = 25.82%
R=45.05%
G=29.12%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641069400.350.430.3610.2927.7850.59
HexA46A5E0232B24a1c33
Octal2441521360435344123463
Binary10100100110101010111100100011101011100100101011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46A5E; }

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

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

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

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

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

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

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

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