#A86352

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

Shades of Sante Fe #A86352

Tints of Sante Fe #A86352

Color information

#A86352 (or 0xA86352) is unknown color: approx Sante Fe. HEX triplet: A8, 63 and 52. RGB value is (168,99,82). Sum of RGB (Red+Green+Blue) = 168+99+82=349 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48.14% from 349); Green value is 99 (39.06% from 255 or 28.37% from 349); Blue value is 82 (32.42% from 255 or 23.50% from 349); Max value from RGB is 168 - color contains mainly: red. Hex color #A86352 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86352 is #579CAD. Grayscale: #757575. Windows color (decimal): -5741742 or 5399464. OLE color: 5399464.

HSL color Cylindrical-coordinate representation of color #A86352: hue angle of 11.86º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A86352 is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.34.

Color convert

RGB1689982-
CMYK00.410.510.34
HSL11.86º34.4%49.02%-
HSV(B)11.86º51.19%65.88%-
XYZ22.1317.8610.26-
YUV117.69107.86163.88-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48.14%
GREEN value IS 99 (39.06% from 255) = 28.37%
BLUE value IS 82 (32.42% from 255) = 23.50%
R=48.14%
G=28.37%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168998200.410.510.3411.8634.449.02
HexA863520293322c2231
Octal2501431220516342144261
Binary101010001100011101001001010011100111000101100100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86352; }

 p { color: rgb(168,99,82); }

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

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

 a { background-color: rgb(168,99,82); }

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

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

 span { border-color: rgb(168,99,82); }

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