#AD734E

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

Shades of Sante Fe #AD734E

Tints of Sante Fe #AD734E

Color information

#AD734E (or 0xAD734E) is unknown color: approx Sante Fe. HEX triplet: AD, 73 and 4E. RGB value is (173,115,78). Sum of RGB (Red+Green+Blue) = 173+115+78=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 115 (45.31% from 255 or 31.42% from 366); Blue value is 78 (30.86% from 255 or 21.31% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #AD734E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD734E is #528CB1. Grayscale: #808080. Windows color (decimal): -5409970 or 5141421. OLE color: 5141421.

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

Color convert

RGB17311578-
CMYK00.340.550.32
HSL23.37º37.85%49.22%-
HSV(B)23.37º54.91%67.84%-
XYZ24.7421.710.09-
YUV128.1299.72160.01-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.27%
GREEN value IS 115 (45.31% from 255) = 31.42%
BLUE value IS 78 (30.86% from 255) = 21.31%
R=47.27%
G=31.42%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731157800.340.550.3223.3737.8549.22
HexAD734E0223720172631
Octal2551631160426740274661
Binary1010110111100111001110010001011011110000010111100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD734E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD734E; }

 p { color: rgb(173,115,78); }

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

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

 a { background-color: rgb(173,115,78); }

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

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

 span { border-color: rgb(173,115,78); }

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