#A46255

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

Shades of Au Chico #A46255

Tints of Au Chico #A46255

Color information

#A46255 (or 0xA46255) is unknown color: approx Au Chico. HEX triplet: A4, 62 and 55. RGB value is (164,98,85). Sum of RGB (Red+Green+Blue) = 164+98+85=347 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.26% from 347); Green value is 98 (38.67% from 255 or 28.24% from 347); Blue value is 85 (33.59% from 255 or 24.50% from 347); Max value from RGB is 164 - color contains mainly: red. Hex color #A46255 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46255 is #5B9DAA. Grayscale: #747474. Windows color (decimal): -6004139 or 5595812. OLE color: 5595812.

HSL color Cylindrical-coordinate representation of color #A46255: hue angle of 9.87º 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 #A46255 is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB1649885-
CMYK00.400.480.36
HSL9.87º31.73%48.82%-
HSV(B)9.87º48.17%64.31%-
XYZ21.3217.2810.81-
YUV116.25110.37162.06-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.26%
GREEN value IS 98 (38.67% from 255) = 28.24%
BLUE value IS 85 (33.59% from 255) = 24.50%
R=47.26%
G=28.24%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164988500.400.480.369.8731.7348.82
HexA462550283024a2031
Octal2441421250506044124061
Binary101001001100010101010101010001100001001001010100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46255; }

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

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

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

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

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

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

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

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