#AD6950

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

Shades of Sante Fe #AD6950

Tints of Sante Fe #AD6950

Color information

#AD6950 (or 0xAD6950) is unknown color: approx Sante Fe. HEX triplet: AD, 69 and 50. RGB value is (173,105,80). Sum of RGB (Red+Green+Blue) = 173+105+80=358 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.32% from 358); Green value is 105 (41.41% from 255 or 29.33% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6950 is #5296AF. Grayscale: #7A7A7A. Windows color (decimal): -5412528 or 5269933. OLE color: 5269933.

HSL color Cylindrical-coordinate representation of color #AD6950: hue angle of 16.13º 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 #AD6950 is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.32.

Color convert

RGB17310580-
CMYK00.390.540.32
HSL16.13º36.76%49.61%-
HSV(B)16.13º53.76%67.84%-
XYZ23.7319.5710.12-
YUV122.48104.03164.03-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 48.32%
GREEN value IS 105 (41.41% from 255) = 29.33%
BLUE value IS 80 (31.64% from 255) = 22.35%
R=48.32%
G=29.33%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731058000.390.540.3216.1336.7649.61
HexAD69500273620102532
Octal2551511200476640204562
Binary1010110111010011010000010011111011010000010000100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6950; }

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

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

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

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

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

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

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

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