#a46058

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

Shades of Au Chico #A46058

Tints of Au Chico #A46058

Color information

#A46058 (or 0xA46058) is unknown color: approx Au Chico. HEX triplet: A4, 60 and 58. RGB value is (164,96,88). Sum of RGB (Red+Green+Blue) = 164+96+88=348 (46% of max value = 765). Red value is 164 (64.45% from 255 or 47.13% from 348); Green value is 96 (37.89% from 255 or 27.59% from 348); Blue value is 88 (34.77% from 255 or 25.29% from 348); Max value from RGB is 164 - color contains mainly: red. Hex color #A46058 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46058 is #5B9FA7. Grayscale: #737373. Windows color (decimal): -6004648 or 5791908. OLE color: 5791908.

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

Color convert

RGB1649688-
CMYK00.410.460.36
HSL6.32º30.16%49.41%-
HSV(B)6.32º46.34%64.31%-
XYZ21.2516.9611.39-
YUV115.42112.53162.65-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.13%
GREEN value IS 96 (37.89% from 255) = 27.59%
BLUE value IS 88 (34.77% from 255) = 25.29%
R=47.13%
G=27.59%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164968800.410.460.366.3230.1649.41
HexA460580292E2461e31
Octal244140130051564463661
Binary1010010011000001011000010100110111010010011011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a46058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a46058; }

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

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

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

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

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

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

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

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