#AD764E

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

Shades of Sante Fe #AD764E

Tints of Sante Fe #AD764E

Color information

#AD764E (or 0xAD764E) is unknown color: approx Sante Fe. HEX triplet: AD, 76 and 4E. RGB value is (173,118,78). Sum of RGB (Red+Green+Blue) = 173+118+78=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 78 (30.86% from 255 or 21.14% from 369); Max value from RGB is 173 - color contains mainly: red. Hex color #AD764E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD764E is #5289B1. Grayscale: #828282. Windows color (decimal): -5409202 or 5142189. OLE color: 5142189.

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

Color convert

RGB17311878-
CMYK00.320.550.32
HSL25.26º37.85%49.22%-
HSV(B)25.26º54.91%67.84%-
XYZ25.0922.3910.21-
YUV129.8898.72158.75-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.88%
GREEN value IS 118 (46.48% from 255) = 31.98%
BLUE value IS 78 (30.86% from 255) = 21.14%
R=46.88%
G=31.98%
B=21.14%

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
Decimal1731187800.320.550.3225.2637.8549.22
HexAD764E0203720192631
Octal2551661160406740314661
Binary1010110111101101001110010000011011110000011001100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD764E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD764E; }

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

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

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

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

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

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

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

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