#AD754D

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

Shades of Sante Fe #AD754D

Tints of Sante Fe #AD754D

Color information

#AD754D (or 0xAD754D) is unknown color: approx Sante Fe. HEX triplet: AD, 75 and 4D. RGB value is (173,117,77). Sum of RGB (Red+Green+Blue) = 173+117+77=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 117 (46.09% from 255 or 31.88% from 367); Blue value is 77 (30.47% from 255 or 20.98% from 367); Max value from RGB is 173 - color contains mainly: red. Hex color #AD754D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD754D is #528AB2. Grayscale: #818181. Windows color (decimal): -5409459 or 5076397. OLE color: 5076397.

HSL color Cylindrical-coordinate representation of color #AD754D: hue angle of 25º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AD754D is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.32.

Color convert

RGB17311777-
CMYK00.320.550.32
HSL25º38.4%49.02%-
HSV(B)25º55.49%67.84%-
XYZ24.9322.149.98-
YUV129.1898.55159.25-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.14%
GREEN value IS 117 (46.09% from 255) = 31.88%
BLUE value IS 77 (30.47% from 255) = 20.98%
R=47.14%
G=31.88%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731177700.320.550.322538.449.02
HexAD754D0203720192631
Octal2551651150406740314661
Binary1010110111101011001101010000011011110000011001100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD754D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD754D; }

 p { color: rgb(173,117,77); }

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

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

 a { background-color: rgb(173,117,77); }

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

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

 span { border-color: rgb(173,117,77); }

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