#A36960

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

Shades of Au Chico #A36960

Tints of Au Chico #A36960

Color information

#A36960 (or 0xA36960) is unknown color: approx Au Chico. HEX triplet: A3, 69 and 60. RGB value is (163,105,96). Sum of RGB (Red+Green+Blue) = 163+105+96=364 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.78% from 364); Green value is 105 (41.41% from 255 or 28.85% from 364); Blue value is 96 (37.89% from 255 or 26.37% from 364); Max value from RGB is 163 - color contains mainly: red. Hex color #A36960 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36960 is #5C969F. Grayscale: #797979. Windows color (decimal): -6067872 or 6318499. OLE color: 6318499.

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

Color convert

RGB16310596-
CMYK00.360.410.36
HSL8.06º26.69%50.78%-
HSV(B)8.06º41.1%63.92%-
XYZ22.2718.7313.51-
YUV121.32113.72157.73-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.78%
GREEN value IS 105 (41.41% from 255) = 28.85%
BLUE value IS 96 (37.89% from 255) = 26.37%
R=44.78%
G=28.85%
B=26.37%

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
Decimal1631059600.360.410.368.0626.6950.78
HexA36960024292481b33
Octal2431511400445144103363
Binary10100011110100111000000100100101001100100100011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36960; }

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

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

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

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

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

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

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

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