#A06852

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

Shades of Sante Fe #A06852

Tints of Sante Fe #A06852

Color information

#A06852 (or 0xA06852) is unknown color: approx Sante Fe. HEX triplet: A0, 68 and 52. RGB value is (160,104,82). Sum of RGB (Red+Green+Blue) = 160+104+82=346 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.24% from 346); Green value is 104 (41.02% from 255 or 30.06% from 346); Blue value is 82 (32.42% from 255 or 23.70% from 346); Max value from RGB is 160 - color contains mainly: red. Hex color #A06852 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06852 is #5F97AD. Grayscale: #767676. Windows color (decimal): -6264750 or 5400736. OLE color: 5400736.

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

Color convert

RGB16010482-
CMYK00.350.490.37
HSL16.92º32.23%47.45%-
HSV(B)16.92º48.75%62.75%-
XYZ20.9717.9810.35-
YUV118.24107.55157.79-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.24%
GREEN value IS 104 (41.02% from 255) = 30.06%
BLUE value IS 82 (32.42% from 255) = 23.70%
R=46.24%
G=30.06%
B=23.70%

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
Decimal1601048200.350.490.3716.9232.2347.45
HexA06852023312511202f
Octal2401501220436145214057
Binary1010000011010001010010010001111000110010110001100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06852; }

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

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

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

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

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

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

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

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