#A46154

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

Shades of Au Chico #A46154

Tints of Au Chico #A46154

Color information

#A46154 (or 0xA46154) is unknown color: approx Au Chico. HEX triplet: A4, 61 and 54. RGB value is (164,97,84). Sum of RGB (Red+Green+Blue) = 164+97+84=345 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.54% from 345); Green value is 97 (38.28% from 255 or 28.12% from 345); Blue value is 84 (33.20% from 255 or 24.35% from 345); Max value from RGB is 164 - color contains mainly: red. Hex color #A46154 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46154 is #5B9EAB. Grayscale: #737373. Windows color (decimal): -6004396 or 5530020. OLE color: 5530020.

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

Color convert

RGB1649784-
CMYK00.410.490.36
HSL9.75º32.26%48.63%-
HSV(B)9.75º48.78%64.31%-
XYZ21.1817.0810.57-
YUV115.55110.2162.56-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.54%
GREEN value IS 97 (38.28% from 255) = 28.12%
BLUE value IS 84 (33.20% from 255) = 24.35%
R=47.54%
G=28.12%
B=24.35%

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
Decimal164978400.410.490.369.7532.2648.63
HexA461540293124a2031
Octal2441411240516144124061
Binary101001001100001101010001010011100011001001010100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46154; }

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

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

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

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

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

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

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

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