#A46152

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

Shades of Au Chico #A46152

Tints of Au Chico #A46152

Color information

#A46152 (or 0xA46152) is unknown color: approx Au Chico. HEX triplet: A4, 61 and 52. RGB value is (164,97,82). Sum of RGB (Red+Green+Blue) = 164+97+82=343 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.81% from 343); Green value is 97 (38.28% from 255 or 28.28% from 343); Blue value is 82 (32.42% from 255 or 23.91% from 343); Max value from RGB is 164 - color contains mainly: red. Hex color #A46152 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46152 is #5B9EAD. Grayscale: #737373. Windows color (decimal): -6004398 or 5398948. OLE color: 5398948.

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

Color convert

RGB1649782-
CMYK00.410.50.36
HSL10.98º33.33%48.24%-
HSV(B)10.98º50%64.31%-
XYZ21.1117.0510.16-
YUV115.32109.2162.72-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.81%
GREEN value IS 97 (38.28% from 255) = 28.28%
BLUE value IS 82 (32.42% from 255) = 23.91%
R=47.81%
G=28.28%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.5
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164978200.410.50.3610.9833.3348.24
HexA461520293224b2130
Octal2441411220516244134160
Binary101001001100001101001001010011100101001001011100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46152; }

 p { color: rgb(164,97,82); }

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

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

 a { background-color: rgb(164,97,82); }

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

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

 span { border-color: rgb(164,97,82); }

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