#A36A5E

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

Shades of Au Chico #A36A5E

Tints of Au Chico #A36A5E

Color information

#A36A5E (or 0xA36A5E) is unknown color: approx Au Chico. HEX triplet: A3, 6A and 5E. RGB value is (163,106,94). Sum of RGB (Red+Green+Blue) = 163+106+94=363 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.90% from 363); Green value is 106 (41.80% from 255 or 29.20% from 363); Blue value is 94 (37.11% from 255 or 25.90% from 363); Max value from RGB is 163 - color contains mainly: red. Hex color #A36A5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36A5E is #5C95A1. Grayscale: #797979. Windows color (decimal): -6067618 or 6187683. OLE color: 6187683.

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

Color convert

RGB16310694-
CMYK00.350.420.36
HSL10.43º27.27%50.39%-
HSV(B)10.43º42.33%63.92%-
XYZ22.2818.913.06-
YUV121.67112.38157.48-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.90%
GREEN value IS 106 (41.80% from 255) = 29.20%
BLUE value IS 94 (37.11% from 255) = 25.90%
R=44.90%
G=29.20%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631069400.350.420.3610.4327.2750.39
HexA36A5E0232A24a1b32
Octal2431521360435244123362
Binary10100011110101010111100100011101010100100101011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36A5E; }

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

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

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

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

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

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

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

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