#a36e49

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

Shades of Sante Fe #A36E49

Tints of Sante Fe #A36E49

Color information

#A36E49 (or 0xA36E49) is unknown color: approx Sante Fe. HEX triplet: A3, 6E and 49. RGB value is (163,110,73). Sum of RGB (Red+Green+Blue) = 163+110+73=346 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.11% from 346); Green value is 110 (43.36% from 255 or 31.79% from 346); Blue value is 73 (28.91% from 255 or 21.10% from 346); Max value from RGB is 163 - color contains mainly: red. Hex color #A36E49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36E49 is #5C91B6. Grayscale: #797979. Windows color (decimal): -6066615 or 4812451. OLE color: 4812451.

HSL color Cylindrical-coordinate representation of color #A36E49: hue angle of 24.67º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A36E49 is Cyan = 0, Magento = 0.33, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB16311073-
CMYK00.330.550.36
HSL24.67º38.14%46.27%-
HSV(B)24.67º55.21%63.92%-
XYZ21.8819.428.9-
YUV121.63100.56157.51-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.11%
GREEN value IS 110 (43.36% from 255) = 31.79%
BLUE value IS 73 (28.91% from 255) = 21.10%
R=47.11%
G=31.79%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631107300.330.550.3624.6738.1446.27
HexA36E49021372419262e
Octal2431561110416744314656
Binary1010001111011101001001010000111011110010011001100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a36e49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a36e49; }

 p { color: rgb(163,110,73); }

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

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

 a { background-color: rgb(163,110,73); }

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

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

 span { border-color: rgb(163,110,73); }

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