#A16950

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

Shades of Sante Fe #A16950

Tints of Sante Fe #A16950

Color information

#A16950 (or 0xA16950) is unknown color: approx Sante Fe. HEX triplet: A1, 69 and 50. RGB value is (161,105,80). Sum of RGB (Red+Green+Blue) = 161+105+80=346 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.53% from 346); Green value is 105 (41.41% from 255 or 30.35% from 346); Blue value is 80 (31.64% from 255 or 23.12% from 346); Max value from RGB is 161 - color contains mainly: red. Hex color #A16950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16950 is #5E96AF. Grayscale: #777777. Windows color (decimal): -6198960 or 5269921. OLE color: 5269921.

HSL color Cylindrical-coordinate representation of color #A16950: hue angle of 18.52º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A16950 is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.37.

Color convert

RGB16110580-
CMYK00.350.500.37
HSL18.52º33.61%47.25%-
HSV(B)18.52º50.31%63.14%-
XYZ21.218.2610-
YUV118.89106.05158.03-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.53%
GREEN value IS 105 (41.41% from 255) = 30.35%
BLUE value IS 80 (31.64% from 255) = 23.12%
R=46.53%
G=30.35%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.50
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611058000.350.500.3718.5233.6147.25
HexA16950023322513222f
Octal2411511200436245234257
Binary1010000111010011010000010001111001010010110011100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16950; }

 p { color: rgb(161,105,80); }

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

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

 a { background-color: rgb(161,105,80); }

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

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

 span { border-color: rgb(161,105,80); }

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