#A06850

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

Shades of Sante Fe #A06850

Tints of Sante Fe #A06850

Color information

#A06850 (or 0xA06850) is unknown color: approx Sante Fe. HEX triplet: A0, 68 and 50. RGB value is (160,104,80). Sum of RGB (Red+Green+Blue) = 160+104+80=344 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.51% from 344); Green value is 104 (41.02% from 255 or 30.23% from 344); Blue value is 80 (31.64% from 255 or 23.26% from 344); Max value from RGB is 160 - color contains mainly: red. Hex color #A06850 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06850 is #5F97AF. Grayscale: #767676. Windows color (decimal): -6264752 or 5269664. OLE color: 5269664.

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

Color convert

RGB16010480-
CMYK00.350.50.37
HSL18º33.33%47.06%-
HSV(B)18º50%62.75%-
XYZ20.917.959.95-
YUV118.01106.55157.95-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.51%
GREEN value IS 104 (41.02% from 255) = 30.23%
BLUE value IS 80 (31.64% from 255) = 23.26%
R=46.51%
G=30.23%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.5
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601048000.350.50.371833.3347.06
HexA06850023322512212f
Octal2401501200436245224157
Binary1010000011010001010000010001111001010010110010100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06850; }

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

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

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

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

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

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

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

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