#A46455

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

Shades of Au Chico #A46455

Tints of Au Chico #A46455

Color information

#A46455 (or 0xA46455) is unknown color: approx Au Chico. HEX triplet: A4, 64 and 55. RGB value is (164,100,85). Sum of RGB (Red+Green+Blue) = 164+100+85=349 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.99% from 349); Green value is 100 (39.45% from 255 or 28.65% from 349); Blue value is 85 (33.59% from 255 or 24.36% from 349); Max value from RGB is 164 - color contains mainly: red. Hex color #A46455 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46455 is #5B9BAA. Grayscale: #757575. Windows color (decimal): -6003627 or 5596324. OLE color: 5596324.

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

Color convert

RGB16410085-
CMYK00.390.480.36
HSL11.39º31.73%48.82%-
HSV(B)11.39º48.17%64.31%-
XYZ21.5117.6610.87-
YUV117.43109.7161.22-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.99%
GREEN value IS 100 (39.45% from 255) = 28.65%
BLUE value IS 85 (33.59% from 255) = 24.36%
R=46.99%
G=28.65%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641008500.390.480.3611.3931.7348.82
HexA464550273024b2031
Octal2441441250476044134061
Binary101001001100100101010101001111100001001001011100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46455; }

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

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

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

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

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

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

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

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