#AD724E

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

Shades of Sante Fe #AD724E

Tints of Sante Fe #AD724E

Color information

#AD724E (or 0xAD724E) is unknown color: approx Sante Fe. HEX triplet: AD, 72 and 4E. RGB value is (173,114,78). Sum of RGB (Red+Green+Blue) = 173+114+78=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 114 (44.92% from 255 or 31.23% from 365); Blue value is 78 (30.86% from 255 or 21.37% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #AD724E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD724E is #528DB1. Grayscale: #7F7F7F. Windows color (decimal): -5410226 or 5141165. OLE color: 5141165.

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

Color convert

RGB17311478-
CMYK00.340.550.32
HSL22.74º37.85%49.22%-
HSV(B)22.74º54.91%67.84%-
XYZ24.6321.4710.05-
YUV127.54100.05160.43-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.40%
GREEN value IS 114 (44.92% from 255) = 31.23%
BLUE value IS 78 (30.86% from 255) = 21.37%
R=47.40%
G=31.23%
B=21.37%

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
Decimal1731147800.340.550.3222.7437.8549.22
HexAD724E0223720172631
Octal2551621160426740274661
Binary1010110111100101001110010001011011110000010111100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD724E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD724E; }

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

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

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

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

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

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

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

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