#A46352

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

Shades of Au Chico #A46352

Tints of Au Chico #A46352

Color information

#A46352 (or 0xA46352) is unknown color: approx Au Chico. HEX triplet: A4, 63 and 52. RGB value is (164,99,82). Sum of RGB (Red+Green+Blue) = 164+99+82=345 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.54% from 345); Green value is 99 (39.06% from 255 or 28.70% from 345); Blue value is 82 (32.42% from 255 or 23.77% from 345); Max value from RGB is 164 - color contains mainly: red. Hex color #A46352 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46352 is #5B9CAD. Grayscale: #747474. Windows color (decimal): -6003886 or 5399460. OLE color: 5399460.

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

Color convert

RGB1649982-
CMYK00.400.50.36
HSL12.44º33.33%48.24%-
HSV(B)12.44º50%64.31%-
XYZ21.2917.4310.22-
YUV116.5108.53161.88-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.54%
GREEN value IS 99 (39.06% from 255) = 28.70%
BLUE value IS 82 (32.42% from 255) = 23.77%
R=47.54%
G=28.70%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.5
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164998200.400.50.3612.4433.3348.24
HexA463520283224c2130
Octal2441431220506244144160
Binary101001001100011101001001010001100101001001100100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46352; }

 p { color: rgb(164,99,82); }

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

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

 a { background-color: rgb(164,99,82); }

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

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

 span { border-color: rgb(164,99,82); }

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