#A36849

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

Shades of Sante Fe #A36849

Tints of Sante Fe #A36849

Color information

#A36849 (or 0xA36849) is unknown color: approx Sante Fe. HEX triplet: A3, 68 and 49. RGB value is (163,104,73). Sum of RGB (Red+Green+Blue) = 163+104+73=340 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.94% from 340); Green value is 104 (41.02% from 255 or 30.59% from 340); Blue value is 73 (28.91% from 255 or 21.47% from 340); Max value from RGB is 163 - color contains mainly: red. Hex color #A36849 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36849 is #5C97B6. Grayscale: #767676. Windows color (decimal): -6068151 or 4810915. OLE color: 4810915.

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

Color convert

RGB16310473-
CMYK00.360.550.36
HSL20.67º38.14%46.27%-
HSV(B)20.67º55.21%63.92%-
XYZ21.2618.178.69-
YUV118.11102.55160.02-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.94%
GREEN value IS 104 (41.02% from 255) = 30.59%
BLUE value IS 73 (28.91% from 255) = 21.47%
R=47.94%
G=30.59%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631047300.360.550.3620.6738.1446.27
HexA36849024372415262e
Octal2431501110446744254656
Binary1010001111010001001001010010011011110010010101100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36849; }

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

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

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

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

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

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

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

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