#A46554

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

Shades of Au Chico #A46554

Tints of Au Chico #A46554

Color information

#A46554 (or 0xA46554) is unknown color: approx Au Chico. HEX triplet: A4, 65 and 54. RGB value is (164,101,84). Sum of RGB (Red+Green+Blue) = 164+101+84=349 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.99% from 349); Green value is 101 (39.84% from 255 or 28.94% from 349); Blue value is 84 (33.20% from 255 or 24.07% from 349); Max value from RGB is 164 - color contains mainly: red. Hex color #A46554 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46554 is #5B9AAB. Grayscale: #767676. Windows color (decimal): -6003372 or 5531044. OLE color: 5531044.

HSL color Cylindrical-coordinate representation of color #A46554: hue angle of 12.75º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A46554 is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.36.

Color convert

RGB16410184-
CMYK00.380.490.36
HSL12.75º32.26%48.63%-
HSV(B)12.75º48.78%64.31%-
XYZ21.5617.8410.69-
YUV117.9108.87160.88-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.99%
GREEN value IS 101 (39.84% from 255) = 28.94%
BLUE value IS 84 (33.20% from 255) = 24.07%
R=46.99%
G=28.94%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641018400.380.490.3612.7532.2648.63
HexA465540263124d2031
Octal2441451240466144154061
Binary101001001100101101010001001101100011001001101100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46554; }

 p { color: rgb(164,101,84); }

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

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

 a { background-color: rgb(164,101,84); }

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

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

 span { border-color: rgb(164,101,84); }

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