#A96250

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

Shades of Sante Fe #A96250

Tints of Sante Fe #A96250

Color information

#A96250 (or 0xA96250) is unknown color: approx Sante Fe. HEX triplet: A9, 62 and 50. RGB value is (169,98,80). Sum of RGB (Red+Green+Blue) = 169+98+80=347 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.70% from 347); Green value is 98 (38.67% from 255 or 28.24% from 347); Blue value is 80 (31.64% from 255 or 23.05% from 347); Max value from RGB is 169 - color contains mainly: red. Hex color #A96250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96250 is #569DAF. Grayscale: #757575. Windows color (decimal): -5676464 or 5268137. OLE color: 5268137.

HSL color Cylindrical-coordinate representation of color #A96250: hue angle of 12.13º 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 #A96250 is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.34.

Color convert

RGB1699880-
CMYK00.420.530.34
HSL12.13º35.74%48.82%-
HSV(B)12.13º52.66%66.27%-
XYZ22.1817.759.85-
YUV117.18107.02164.96-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.70%
GREEN value IS 98 (38.67% from 255) = 28.24%
BLUE value IS 80 (31.64% from 255) = 23.05%
R=48.70%
G=28.24%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.53
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169988000.420.530.3412.1335.7448.82
HexA9625002A3522c2431
Octal2511421200526542144461
Binary101010011100010101000001010101101011000101100100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96250; }

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

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

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

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

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

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

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

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