#AD694E

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

Shades of Sante Fe #AD694E

Tints of Sante Fe #AD694E

Color information

#AD694E (or 0xAD694E) is unknown color: approx Sante Fe. HEX triplet: AD, 69 and 4E. RGB value is (173,105,78). Sum of RGB (Red+Green+Blue) = 173+105+78=356 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.60% from 356); Green value is 105 (41.41% from 255 or 29.49% from 356); Blue value is 78 (30.86% from 255 or 21.91% from 356); Max value from RGB is 173 - color contains mainly: red. Hex color #AD694E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD694E is #5296B1. Grayscale: #7A7A7A. Windows color (decimal): -5412530 or 5138861. OLE color: 5138861.

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

Color convert

RGB17310578-
CMYK00.390.550.32
HSL17.05º37.85%49.22%-
HSV(B)17.05º54.91%67.84%-
XYZ23.6619.549.73-
YUV122.25103.03164.2-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 48.60%
GREEN value IS 105 (41.41% from 255) = 29.49%
BLUE value IS 78 (30.86% from 255) = 21.91%
R=48.60%
G=29.49%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731057800.390.550.3217.0537.8549.22
HexAD694E0273720112631
Octal2551511160476740214661
Binary1010110111010011001110010011111011110000010001100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD694E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD694E; }

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

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

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

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

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

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

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

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