#A36860

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

Shades of Au Chico #A36860

Tints of Au Chico #A36860

Color information

#A36860 (or 0xA36860) is unknown color: approx Au Chico. HEX triplet: A3, 68 and 60. RGB value is (163,104,96). Sum of RGB (Red+Green+Blue) = 163+104+96=363 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.90% from 363); Green value is 104 (41.02% from 255 or 28.65% from 363); Blue value is 96 (37.89% from 255 or 26.45% from 363); Max value from RGB is 163 - color contains mainly: red. Hex color #A36860 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36860 is #5C979F. Grayscale: #787878. Windows color (decimal): -6068128 or 6318243. OLE color: 6318243.

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

Color convert

RGB16310496-
CMYK00.360.410.36
HSL7.16º26.69%50.78%-
HSV(B)7.16º41.1%63.92%-
XYZ22.1718.5313.48-
YUV120.73114.05158.15-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.90%
GREEN value IS 104 (41.02% from 255) = 28.65%
BLUE value IS 96 (37.89% from 255) = 26.45%
R=44.90%
G=28.65%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631049600.360.410.367.1626.6950.78
HexA36860024292471b33
Octal243150140044514473363
Binary1010001111010001100000010010010100110010011111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36860; }

 p { color: rgb(163,104,96); }

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

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

 a { background-color: rgb(163,104,96); }

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

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

 span { border-color: rgb(163,104,96); }

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