#A86350

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

Shades of Sante Fe #A86350

Tints of Sante Fe #A86350

Color information

#A86350 (or 0xA86350) is unknown color: approx Sante Fe. HEX triplet: A8, 63 and 50. RGB value is (168,99,80). Sum of RGB (Red+Green+Blue) = 168+99+80=347 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.41% from 347); Green value is 99 (39.06% from 255 or 28.53% from 347); Blue value is 80 (31.64% from 255 or 23.05% from 347); Max value from RGB is 168 - color contains mainly: red. Hex color #A86350 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86350 is #579CAF. Grayscale: #757575. Windows color (decimal): -5741744 or 5268392. OLE color: 5268392.

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

Color convert

RGB1689980-
CMYK00.410.520.34
HSL12.95º35.48%48.63%-
HSV(B)12.95º52.38%65.88%-
XYZ22.0617.839.87-
YUV117.46106.86164.04-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48.41%
GREEN value IS 99 (39.06% from 255) = 28.53%
BLUE value IS 80 (31.64% from 255) = 23.05%
R=48.41%
G=28.53%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.52
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168998000.410.520.3412.9535.4848.63
HexA863500293422d2331
Octal2501431200516442154361
Binary101010001100011101000001010011101001000101101100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86350; }

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

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

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

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

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

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

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

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