#A36A60

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

Shades of Au Chico #A36A60

Tints of Au Chico #A36A60

Color information

#A36A60 (or 0xA36A60) is unknown color: approx Au Chico. HEX triplet: A3, 6A and 60. RGB value is (163,106,96). Sum of RGB (Red+Green+Blue) = 163+106+96=365 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.66% from 365); Green value is 106 (41.80% from 255 or 29.04% from 365); Blue value is 96 (37.89% from 255 or 26.30% from 365); Max value from RGB is 163 - color contains mainly: red. Hex color #A36A60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36A60 is #5C959F. Grayscale: #7A7A7A. Windows color (decimal): -6067616 or 6318755. OLE color: 6318755.

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

Color convert

RGB16310696-
CMYK00.350.410.36
HSL8.96º26.69%50.78%-
HSV(B)8.96º41.1%63.92%-
XYZ22.3718.9413.54-
YUV121.9113.38157.31-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.66%
GREEN value IS 106 (41.80% from 255) = 29.04%
BLUE value IS 96 (37.89% from 255) = 26.30%
R=44.66%
G=29.04%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631069600.350.410.368.9626.6950.78
HexA36A60023292491b33
Octal2431521400435144113363
Binary10100011110101011000000100011101001100100100111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36A60; }

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

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

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

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

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

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

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

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