#AD764D

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

Shades of Sante Fe #AD764D

Tints of Sante Fe #AD764D

Color information

#AD764D (or 0xAD764D) is unknown color: approx Sante Fe. HEX triplet: AD, 76 and 4D. RGB value is (173,118,77). Sum of RGB (Red+Green+Blue) = 173+118+77=368 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.01% from 368); Green value is 118 (46.48% from 255 or 32.07% from 368); Blue value is 77 (30.47% from 255 or 20.92% from 368); Max value from RGB is 173 - color contains mainly: red. Hex color #AD764D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD764D is #5289B2. Grayscale: #818181. Windows color (decimal): -5409203 or 5076653. OLE color: 5076653.

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

Color convert

RGB17311877-
CMYK00.320.550.32
HSL25.62º38.4%49.02%-
HSV(B)25.62º55.49%67.84%-
XYZ25.0522.3810.02-
YUV129.7798.22158.83-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.01%
GREEN value IS 118 (46.48% from 255) = 32.07%
BLUE value IS 77 (30.47% from 255) = 20.92%
R=47.01%
G=32.07%
B=20.92%

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
Decimal1731187700.320.550.3225.6238.449.02
HexAD764D02037201a2631
Octal2551661150406740324661
Binary1010110111101101001101010000011011110000011010100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD764D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD764D; }

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

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

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

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

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

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

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

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