#A36C56

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

Shades of Sante Fe #A36C56

Tints of Sante Fe #A36C56

Color information

#A36C56 (or 0xA36C56) is unknown color: approx Sante Fe. HEX triplet: A3, 6C and 56. RGB value is (163,108,86). Sum of RGB (Red+Green+Blue) = 163+108+86=357 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.66% from 357); Green value is 108 (42.58% from 255 or 30.25% from 357); Blue value is 86 (33.98% from 255 or 24.09% from 357); Max value from RGB is 163 - color contains mainly: red. Hex color #A36C56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36C56 is #5C93A9. Grayscale: #7A7A7A. Windows color (decimal): -6067114 or 5663907. OLE color: 5663907.

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

Color convert

RGB16310886-
CMYK00.340.470.36
HSL17.14º30.92%48.82%-
HSV(B)17.14º47.24%63.92%-
XYZ22.1519.1811.34-
YUV121.94107.72157.29-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.66%
GREEN value IS 108 (42.58% from 255) = 30.25%
BLUE value IS 86 (33.98% from 255) = 24.09%
R=45.66%
G=30.25%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631088600.340.470.3617.1430.9248.82
HexA36C560222F24111f31
Octal2431541260425744213761
Binary101000111101100101011001000101011111001001000111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36C56; }

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

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

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

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

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

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

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

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