#A46053

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

Shades of Au Chico #A46053

Tints of Au Chico #A46053

Color information

#A46053 (or 0xA46053) is unknown color: approx Au Chico. HEX triplet: A4, 60 and 53. RGB value is (164,96,83). Sum of RGB (Red+Green+Blue) = 164+96+83=343 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.81% from 343); Green value is 96 (37.89% from 255 or 27.99% from 343); Blue value is 83 (32.81% from 255 or 24.20% from 343); Max value from RGB is 164 - color contains mainly: red. Hex color #A46053 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46053 is #5B9FAC. Grayscale: #727272. Windows color (decimal): -6004653 or 5464228. OLE color: 5464228.

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

Color convert

RGB1649683-
CMYK00.410.490.36
HSL9.63º32.79%48.43%-
HSV(B)9.63º49.39%64.31%-
XYZ21.0516.8810.33-
YUV114.85110.03163.06-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.81%
GREEN value IS 96 (37.89% from 255) = 27.99%
BLUE value IS 83 (32.81% from 255) = 24.20%
R=47.81%
G=27.99%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164968300.410.490.369.6332.7948.43
HexA460530293124a2130
Octal2441401230516144124160
Binary101001001100000101001101010011100011001001010100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46053; }

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

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

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

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

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

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

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

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