#A36C5E

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

Shades of Au Chico #A36C5E

Tints of Au Chico #A36C5E

Color information

#A36C5E (or 0xA36C5E) is unknown color: approx Au Chico. HEX triplet: A3, 6C and 5E. RGB value is (163,108,94). Sum of RGB (Red+Green+Blue) = 163+108+94=365 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.66% from 365); Green value is 108 (42.58% from 255 or 29.59% from 365); Blue value is 94 (37.11% from 255 or 25.75% from 365); Max value from RGB is 163 - color contains mainly: red. Hex color #A36C5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36C5E is #5C93A1. Grayscale: #7A7A7A. Windows color (decimal): -6067106 or 6188195. OLE color: 6188195.

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

Color convert

RGB16310894-
CMYK00.340.420.36
HSL12.17º27.27%50.39%-
HSV(B)12.17º42.33%63.92%-
XYZ22.4919.3213.13-
YUV122.85111.72156.64-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.66%
GREEN value IS 108 (42.58% from 255) = 29.59%
BLUE value IS 94 (37.11% from 255) = 25.75%
R=44.66%
G=29.59%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631089400.340.420.3612.1727.2750.39
HexA36C5E0222A24c1b32
Octal2431541360425244143362
Binary10100011110110010111100100010101010100100110011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36C5E; }

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

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

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

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

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

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

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

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