#AD744D

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

Shades of Sante Fe #AD744D

Tints of Sante Fe #AD744D

Color information

#AD744D (or 0xAD744D) is unknown color: approx Sante Fe. HEX triplet: AD, 74 and 4D. RGB value is (173,116,77). Sum of RGB (Red+Green+Blue) = 173+116+77=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 116 (45.70% from 255 or 31.69% from 366); Blue value is 77 (30.47% from 255 or 21.04% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #AD744D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD744D is #528BB2. Grayscale: #808080. Windows color (decimal): -5409715 or 5076141. OLE color: 5076141.

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

Color convert

RGB17311677-
CMYK00.330.550.32
HSL24.38º38.4%49.02%-
HSV(B)24.38º55.49%67.84%-
XYZ24.8221.919.94-
YUV128.698.88159.67-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.27%
GREEN value IS 116 (45.70% from 255) = 31.69%
BLUE value IS 77 (30.47% from 255) = 21.04%
R=47.27%
G=31.69%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731167700.330.550.3224.3838.449.02
HexAD744D0213720182631
Octal2551641150416740304661
Binary1010110111101001001101010000111011110000011000100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD744D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD744D; }

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

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

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

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

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

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

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

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