#A36D56

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

Shades of Sante Fe #A36D56

Tints of Sante Fe #A36D56

Color information

#A36D56 (or 0xA36D56) is unknown color: approx Sante Fe. HEX triplet: A3, 6D and 56. RGB value is (163,109,86). Sum of RGB (Red+Green+Blue) = 163+109+86=358 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.53% from 358); Green value is 109 (42.97% from 255 or 30.45% from 358); Blue value is 86 (33.98% from 255 or 24.02% from 358); Max value from RGB is 163 - color contains mainly: red. Hex color #A36D56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36D56 is #5C92A9. Grayscale: #7A7A7A. Windows color (decimal): -6066858 or 5664163. OLE color: 5664163.

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

Color convert

RGB16310986-
CMYK00.330.470.36
HSL17.92º30.92%48.82%-
HSV(B)17.92º47.24%63.92%-
XYZ22.2519.411.38-
YUV122.52107.39156.87-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.53%
GREEN value IS 109 (42.97% from 255) = 30.45%
BLUE value IS 86 (33.98% from 255) = 24.02%
R=45.53%
G=30.45%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631098600.330.470.3617.9230.9248.82
HexA36D560212F24121f31
Octal2431551260415744223761
Binary101000111101101101011001000011011111001001001011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36D56; }

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

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

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

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

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

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

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

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