#A46656

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

Shades of Au Chico #A46656

Tints of Au Chico #A46656

Color information

#A46656 (or 0xA46656) is unknown color: approx Au Chico. HEX triplet: A4, 66 and 56. RGB value is (164,102,86). Sum of RGB (Red+Green+Blue) = 164+102+86=352 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.59% from 352); Green value is 102 (40.23% from 255 or 28.98% from 352); Blue value is 86 (33.98% from 255 or 24.43% from 352); Max value from RGB is 164 - color contains mainly: red. Hex color #A46656 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46656 is #5B99A9. Grayscale: #767676. Windows color (decimal): -6003114 or 5662372. OLE color: 5662372.

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

Color convert

RGB16410286-
CMYK00.380.480.36
HSL12.31º31.2%49.02%-
HSV(B)12.31º47.56%64.31%-
XYZ21.7418.0711.15-
YUV118.71109.54160.3-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.59%
GREEN value IS 102 (40.23% from 255) = 28.98%
BLUE value IS 86 (33.98% from 255) = 24.43%
R=46.59%
G=28.98%
B=24.43%

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
Decimal1641028600.380.480.3612.3131.249.02
HexA466560263024c1f31
Octal2441461260466044143761
Binary10100100110011010101100100110110000100100110011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46656; }

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

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

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

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

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

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

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

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