#A46155

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

Shades of Au Chico #A46155

Tints of Au Chico #A46155

Color information

#A46155 (or 0xA46155) is unknown color: approx Au Chico. HEX triplet: A4, 61 and 55. RGB value is (164,97,85). Sum of RGB (Red+Green+Blue) = 164+97+85=346 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.40% from 346); Green value is 97 (38.28% from 255 or 28.03% from 346); Blue value is 85 (33.59% from 255 or 24.57% from 346); Max value from RGB is 164 - color contains mainly: red. Hex color #A46155 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46155 is #5B9EAA. Grayscale: #737373. Windows color (decimal): -6004395 or 5595556. OLE color: 5595556.

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

Color convert

RGB1649785-
CMYK00.410.480.36
HSL9.11º31.73%48.82%-
HSV(B)9.11º48.17%64.31%-
XYZ21.2217.110.78-
YUV115.66110.7162.48-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.40%
GREEN value IS 97 (38.28% from 255) = 28.03%
BLUE value IS 85 (33.59% from 255) = 24.57%
R=47.40%
G=28.03%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164978500.410.480.369.1131.7348.82
HexA46155029302492031
Octal2441411250516044114061
Binary101001001100001101010101010011100001001001001100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46155; }

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

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

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

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

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

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

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

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