#A46556

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

Shades of Au Chico #A46556

Tints of Au Chico #A46556

Color information

#A46556 (or 0xA46556) is unknown color: approx Au Chico. HEX triplet: A4, 65 and 56. RGB value is (164,101,86). Sum of RGB (Red+Green+Blue) = 164+101+86=351 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.72% from 351); Green value is 101 (39.84% from 255 or 28.77% from 351); Blue value is 86 (33.98% from 255 or 24.50% from 351); Max value from RGB is 164 - color contains mainly: red. Hex color #A46556 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46556 is #5B9AA9. Grayscale: #767676. Windows color (decimal): -6003370 or 5662116. OLE color: 5662116.

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

Color convert

RGB16410186-
CMYK00.380.480.36
HSL11.54º31.2%49.02%-
HSV(B)11.54º47.56%64.31%-
XYZ21.6417.8711.11-
YUV118.13109.87160.72-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.72%
GREEN value IS 101 (39.84% from 255) = 28.77%
BLUE value IS 86 (33.98% from 255) = 24.50%
R=46.72%
G=28.77%
B=24.50%

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
Decimal1641018600.380.480.3611.5431.249.02
HexA465560263024c1f31
Octal2441451260466044143761
Binary10100100110010110101100100110110000100100110011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46556; }

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

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

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

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

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

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

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

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