#A36946

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

Shades of Sante Fe #A36946

Tints of Sante Fe #A36946

Color information

#A36946 (or 0xA36946) is unknown color: approx Sante Fe. HEX triplet: A3, 69 and 46. RGB value is (163,105,70). Sum of RGB (Red+Green+Blue) = 163+105+70=338 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.22% from 338); Green value is 105 (41.41% from 255 or 31.07% from 338); Blue value is 70 (27.73% from 255 or 20.71% from 338); Max value from RGB is 163 - color contains mainly: red. Hex color #A36946 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36946 is #5C96B9. Grayscale: #767676. Windows color (decimal): -6067898 or 4614563. OLE color: 4614563.

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

Color convert

RGB16310570-
CMYK00.360.570.36
HSL22.58º39.91%45.69%-
HSV(B)22.58º57.06%63.92%-
XYZ21.2618.338.21-
YUV118.35100.72159.85-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.22%
GREEN value IS 105 (41.41% from 255) = 31.07%
BLUE value IS 70 (27.73% from 255) = 20.71%
R=48.22%
G=31.07%
B=20.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631057000.360.570.3622.5839.9145.69
HexA36946024392417282e
Octal2431511060447144275056
Binary1010001111010011000110010010011100110010010111101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36946; }

 p { color: rgb(163,105,70); }

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

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

 a { background-color: rgb(163,105,70); }

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

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

 span { border-color: rgb(163,105,70); }

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