#A36C5F

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

Shades of Au Chico #A36C5F

Tints of Au Chico #A36C5F

Color information

#A36C5F (or 0xA36C5F) is unknown color: approx Au Chico. HEX triplet: A3, 6C and 5F. RGB value is (163,108,95). Sum of RGB (Red+Green+Blue) = 163+108+95=366 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.54% from 366); Green value is 108 (42.58% from 255 or 29.51% from 366); Blue value is 95 (37.5% from 255 or 25.96% from 366); Max value from RGB is 163 - color contains mainly: red. Hex color #A36C5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36C5F is #5C93A0. Grayscale: #7B7B7B. Windows color (decimal): -6067105 or 6253731. OLE color: 6253731.

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

Color convert

RGB16310895-
CMYK00.340.420.36
HSL11.47º26.98%50.59%-
HSV(B)11.47º41.72%63.92%-
XYZ22.5319.3413.37-
YUV122.96112.22156.56-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.54%
GREEN value IS 108 (42.58% from 255) = 29.51%
BLUE value IS 95 (37.5% from 255) = 25.96%
R=44.54%
G=29.51%
B=25.96%

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
Decimal1631089500.340.420.3611.4726.9850.59
HexA36C5F0222A24b1b33
Octal2431541370425244133363
Binary10100011110110010111110100010101010100100101111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36C5F; }

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

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

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

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

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

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

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

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