#AD6850

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

Shades of Sante Fe #AD6850

Tints of Sante Fe #AD6850

Color information

#AD6850 (or 0xAD6850) is unknown color: approx Sante Fe. HEX triplet: AD, 68 and 50. RGB value is (173,104,80). Sum of RGB (Red+Green+Blue) = 173+104+80=357 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.46% from 357); Green value is 104 (41.02% from 255 or 29.13% from 357); Blue value is 80 (31.64% from 255 or 22.41% from 357); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6850 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6850 is #5297AF. Grayscale: #7A7A7A. Windows color (decimal): -5412784 or 5269677. OLE color: 5269677.

HSL color Cylindrical-coordinate representation of color #AD6850: hue angle of 15.48º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD6850 is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.32.

Color convert

RGB17310480-
CMYK00.400.540.32
HSL15.48º36.76%49.61%-
HSV(B)15.48º53.76%67.84%-
XYZ23.6319.3610.08-
YUV121.9104.36164.45-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 48.46%
GREEN value IS 104 (41.02% from 255) = 29.13%
BLUE value IS 80 (31.64% from 255) = 22.41%
R=48.46%
G=29.13%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731048000.400.540.3215.4836.7649.61
HexAD68500283620f2532
Octal2551501200506640174562
Binary101011011101000101000001010001101101000001111100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6850; }

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

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

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

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

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

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

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

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