#AD754E

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

Shades of Sante Fe #AD754E

Tints of Sante Fe #AD754E

Color information

#AD754E (or 0xAD754E) is unknown color: approx Sante Fe. HEX triplet: AD, 75 and 4E. RGB value is (173,117,78). Sum of RGB (Red+Green+Blue) = 173+117+78=368 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.01% from 368); Green value is 117 (46.09% from 255 or 31.79% from 368); Blue value is 78 (30.86% from 255 or 21.20% from 368); Max value from RGB is 173 - color contains mainly: red. Hex color #AD754E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD754E is #528AB1. Grayscale: #818181. Windows color (decimal): -5409458 or 5141933. OLE color: 5141933.

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

Color convert

RGB17311778-
CMYK00.320.550.32
HSL24.63º37.85%49.22%-
HSV(B)24.63º54.91%67.84%-
XYZ24.9722.1610.17-
YUV129.399.05159.17-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.01%
GREEN value IS 117 (46.09% from 255) = 31.79%
BLUE value IS 78 (30.86% from 255) = 21.20%
R=47.01%
G=31.79%
B=21.20%

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
Decimal1731177800.320.550.3224.6337.8549.22
HexAD754E0203720192631
Octal2551651160406740314661
Binary1010110111101011001110010000011011110000011001100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD754E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD754E; }

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

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

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

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

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

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

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

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