#ad714d

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

Shades of Sante Fe #AD714D

Tints of Sante Fe #AD714D

Color information

#AD714D (or 0xAD714D) is unknown color: approx Sante Fe. HEX triplet: AD, 71 and 4D. RGB value is (173,113,77). Sum of RGB (Red+Green+Blue) = 173+113+77=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 113 (44.53% from 255 or 31.13% from 363); Blue value is 77 (30.47% from 255 or 21.21% from 363); Max value from RGB is 173 - color contains mainly: red. Hex color #AD714D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD714D is #528EB2. Grayscale: #7F7F7F. Windows color (decimal): -5410483 or 5075373. OLE color: 5075373.

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

Color convert

RGB17311377-
CMYK00.350.550.32
HSL22.5º38.4%49.02%-
HSV(B)22.5º55.49%67.84%-
XYZ24.4821.239.83-
YUV126.8499.88160.93-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.66%
GREEN value IS 113 (44.53% from 255) = 31.13%
BLUE value IS 77 (30.47% from 255) = 21.21%
R=47.66%
G=31.13%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731137700.350.550.3222.538.449.02
HexAD714D0233720162631
Octal2551611150436740264661
Binary1010110111100011001101010001111011110000010110100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad714d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad714d; }

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

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

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

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

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

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

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

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