#A96150

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

Shades of Sante Fe #A96150

Tints of Sante Fe #A96150

Color information

#A96150 (or 0xA96150) is unknown color: approx Sante Fe. HEX triplet: A9, 61 and 50. RGB value is (169,97,80). Sum of RGB (Red+Green+Blue) = 169+97+80=346 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.84% from 346); Green value is 97 (38.28% from 255 or 28.03% from 346); Blue value is 80 (31.64% from 255 or 23.12% from 346); Max value from RGB is 169 - color contains mainly: red. Hex color #A96150 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96150 is #569EAF. Grayscale: #747474. Windows color (decimal): -5676720 or 5267881. OLE color: 5267881.

HSL color Cylindrical-coordinate representation of color #A96150: hue angle of 11.46º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A96150 is Cyan = 0, Magento = 0.43, Yellow = 0.53 and Black (K on CMYK) = 0.34.

Color convert

RGB1699780-
CMYK00.430.530.34
HSL11.46º35.74%48.82%-
HSV(B)11.46º52.66%66.27%-
XYZ22.0817.569.82-
YUV116.59107.35165.38-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.84%
GREEN value IS 97 (38.28% from 255) = 28.03%
BLUE value IS 80 (31.64% from 255) = 23.12%
R=48.84%
G=28.03%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.53
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169978000.430.530.3411.4635.7448.82
HexA9615002B3522b2431
Octal2511411200536542134461
Binary101010011100001101000001010111101011000101011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96150; }

 p { color: rgb(169,97,80); }

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

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

 a { background-color: rgb(169,97,80); }

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

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

 span { border-color: rgb(169,97,80); }

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