#A36C4C

Color #A36C4C Sante Fe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sante Fe #A36C4C

Tints of Sante Fe #A36C4C

Color information

#A36C4C (or 0xA36C4C) is unknown color: approx Sante Fe. HEX triplet: A3, 6C and 4C. RGB value is (163,108,76). Sum of RGB (Red+Green+Blue) = 163+108+76=347 (45% of max value = 765). Red value is 163 (64.06% from 255 or 46.97% from 347); Green value is 108 (42.58% from 255 or 31.12% from 347); Blue value is 76 (30.08% from 255 or 21.90% from 347); Max value from RGB is 163 - color contains mainly: red. Hex color #A36C4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36C4C is #5C93B3. Grayscale: #787878. Windows color (decimal): -6067124 or 5008547. OLE color: 5008547.

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

Color convert

RGB16310876-
CMYK00.340.530.36
HSL22.07º36.4%46.86%-
HSV(B)22.07º53.37%63.92%-
XYZ21.7719.039.36-
YUV120.8102.72158.1-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.97%
GREEN value IS 108 (42.58% from 255) = 31.12%
BLUE value IS 76 (30.08% from 255) = 21.90%
R=46.97%
G=31.12%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.53
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631087600.340.530.3622.0736.446.86
HexA36C4C022352416242f
Octal2431541140426544264457
Binary1010001111011001001100010001011010110010010110100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36C4C; }

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

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

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

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

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

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

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

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