#A06950

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

Shades of Sante Fe #A06950

Tints of Sante Fe #A06950

Color information

#A06950 (or 0xA06950) is unknown color: approx Sante Fe. HEX triplet: A0, 69 and 50. RGB value is (160,105,80). Sum of RGB (Red+Green+Blue) = 160+105+80=345 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.38% from 345); Green value is 105 (41.41% from 255 or 30.43% from 345); Blue value is 80 (31.64% from 255 or 23.19% from 345); Max value from RGB is 160 - color contains mainly: red. Hex color #A06950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06950 is #5F96AF. Grayscale: #767676. Windows color (decimal): -6264496 or 5269920. OLE color: 5269920.

HSL color Cylindrical-coordinate representation of color #A06950: hue angle of 18.75º degrees, saturation: 0.33, 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 #A06950 is Cyan = 0, Magento = 0.34, Yellow = 0.5 and Black (K on CMYK) = 0.37.

Color convert

RGB16010580-
CMYK00.340.50.37
HSL18.75º33.33%47.06%-
HSV(B)18.75º50%62.75%-
XYZ2118.169.99-
YUV118.6106.22157.53-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.38%
GREEN value IS 105 (41.41% from 255) = 30.43%
BLUE value IS 80 (31.64% from 255) = 23.19%
R=46.38%
G=30.43%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.5
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601058000.340.50.3718.7533.3347.06
HexA06950022322513212f
Octal2401511200426245234157
Binary1010000011010011010000010001011001010010110011100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06950; }

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

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

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

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

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

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

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

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