#A06851

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

Shades of Sante Fe #A06851

Tints of Sante Fe #A06851

Color information

#A06851 (or 0xA06851) is unknown color: approx Sante Fe. HEX triplet: A0, 68 and 51. RGB value is (160,104,81). Sum of RGB (Red+Green+Blue) = 160+104+81=345 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.38% from 345); Green value is 104 (41.02% from 255 or 30.14% from 345); Blue value is 81 (32.03% from 255 or 23.48% from 345); Max value from RGB is 160 - color contains mainly: red. Hex color #A06851 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06851 is #5F97AE. Grayscale: #767676. Windows color (decimal): -6264751 or 5335200. OLE color: 5335200.

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

Color convert

RGB16010481-
CMYK00.350.490.37
HSL17.47º32.78%47.25%-
HSV(B)17.47º49.38%62.75%-
XYZ20.9317.9710.15-
YUV118.12107.05157.87-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.38%
GREEN value IS 104 (41.02% from 255) = 30.14%
BLUE value IS 81 (32.03% from 255) = 23.48%
R=46.38%
G=30.14%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.49
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601048100.350.490.3717.4732.7847.25
HexA06851023312511212f
Octal2401501210436145214157
Binary1010000011010001010001010001111000110010110001100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06851; }

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

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

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

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

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

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

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

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