#A46050

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

Shades of Au Chico #A46050

Tints of Au Chico #A46050

Color information

#A46050 (or 0xA46050) is unknown color: approx Au Chico. HEX triplet: A4, 60 and 50. RGB value is (164,96,80). Sum of RGB (Red+Green+Blue) = 164+96+80=340 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.24% from 340); Green value is 96 (37.89% from 255 or 28.24% from 340); Blue value is 80 (31.64% from 255 or 23.53% from 340); Max value from RGB is 164 - color contains mainly: red. Hex color #A46050 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46050 is #5B9FAF. Grayscale: #727272. Windows color (decimal): -6004656 or 5267620. OLE color: 5267620.

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

Color convert

RGB1649680-
CMYK00.410.510.36
HSL11.43º34.43%47.84%-
HSV(B)11.43º51.22%64.31%-
XYZ20.9416.849.74-
YUV114.51108.53163.3-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.24%
GREEN value IS 96 (37.89% from 255) = 28.24%
BLUE value IS 80 (31.64% from 255) = 23.53%
R=48.24%
G=28.24%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164968000.410.510.3611.4334.4347.84
HexA460500293324b2230
Octal2441401200516344134260
Binary101001001100000101000001010011100111001001011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46050; }

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

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

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

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

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

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

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

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