#AD774E

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

Shades of Sante Fe #AD774E

Tints of Sante Fe #AD774E

Color information

#AD774E (or 0xAD774E) is unknown color: approx Sante Fe. HEX triplet: AD, 77 and 4E. RGB value is (173,119,78). Sum of RGB (Red+Green+Blue) = 173+119+78=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 119 (46.88% from 255 or 32.16% from 370); Blue value is 78 (30.86% from 255 or 21.08% from 370); Max value from RGB is 173 - color contains mainly: red. Hex color #AD774E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD774E is #5288B1. Grayscale: #828282. Windows color (decimal): -5408946 or 5142445. OLE color: 5142445.

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

Color convert

RGB17311978-
CMYK00.310.550.32
HSL25.89º37.85%49.22%-
HSV(B)25.89º54.91%67.84%-
XYZ25.2122.6310.25-
YUV130.4798.39158.33-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.76%
GREEN value IS 119 (46.88% from 255) = 32.16%
BLUE value IS 78 (30.86% from 255) = 21.08%
R=46.76%
G=32.16%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731197800.310.550.3225.8937.8549.22
HexAD774E01F37201a2631
Octal2551671160376740324661
Binary101011011110111100111001111111011110000011010100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD774E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD774E; }

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

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

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

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

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

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

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

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