#A46555

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

Shades of Au Chico #A46555

Tints of Au Chico #A46555

Color information

#A46555 (or 0xA46555) is unknown color: approx Au Chico. HEX triplet: A4, 65 and 55. RGB value is (164,101,85). Sum of RGB (Red+Green+Blue) = 164+101+85=350 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.86% from 350); Green value is 101 (39.84% from 255 or 28.86% from 350); Blue value is 85 (33.59% from 255 or 24.29% from 350); Max value from RGB is 164 - color contains mainly: red. Hex color #A46555 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46555 is #5B9AAA. Grayscale: #767676. Windows color (decimal): -6003371 or 5596580. OLE color: 5596580.

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

Color convert

RGB16410185-
CMYK00.380.480.36
HSL12.15º31.73%48.82%-
HSV(B)12.15º48.17%64.31%-
XYZ21.617.8610.9-
YUV118.01109.37160.8-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.86%
GREEN value IS 101 (39.84% from 255) = 28.86%
BLUE value IS 85 (33.59% from 255) = 24.29%
R=46.86%
G=28.86%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641018500.380.480.3612.1531.7348.82
HexA465550263024c2031
Octal2441451250466044144061
Binary101001001100101101010101001101100001001001100100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46555; }

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

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

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

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

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

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

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

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