#A46858

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

Shades of Au Chico #A46858

Tints of Au Chico #A46858

Color information

#A46858 (or 0xA46858) is unknown color: approx Au Chico. HEX triplet: A4, 68 and 58. RGB value is (164,104,88). Sum of RGB (Red+Green+Blue) = 164+104+88=356 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.07% from 356); Green value is 104 (41.02% from 255 or 29.21% from 356); Blue value is 88 (34.77% from 255 or 24.72% from 356); Max value from RGB is 164 - color contains mainly: red. Hex color #A46858 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46858 is #5B97A7. Grayscale: #787878. Windows color (decimal): -6002600 or 5793956. OLE color: 5793956.

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

Color convert

RGB16410488-
CMYK00.370.460.36
HSL12.63º30.16%49.41%-
HSV(B)12.63º46.34%64.31%-
XYZ22.0218.511.64-
YUV120.12109.88159.3-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.07%
GREEN value IS 104 (41.02% from 255) = 29.21%
BLUE value IS 88 (34.77% from 255) = 24.72%
R=46.07%
G=29.21%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641048800.370.460.3612.6330.1649.41
HexA468580252E24d1e31
Octal2441501300455644153661
Binary10100100110100010110000100101101110100100110111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46858; }

 p { color: rgb(164,104,88); }

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

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

 a { background-color: rgb(164,104,88); }

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

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

 span { border-color: rgb(164,104,88); }

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