#AD634E

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

Shades of Sante Fe #AD634E

Tints of Sante Fe #AD634E

Color information

#AD634E (or 0xAD634E) is unknown color: approx Sante Fe. HEX triplet: AD, 63 and 4E. RGB value is (173,99,78). Sum of RGB (Red+Green+Blue) = 173+99+78=350 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.43% from 350); Green value is 99 (39.06% from 255 or 28.29% from 350); Blue value is 78 (30.86% from 255 or 22.29% from 350); Max value from RGB is 173 - color contains mainly: red. Hex color #AD634E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD634E is #529CB1. Grayscale: #767676. Windows color (decimal): -5414066 or 5137325. OLE color: 5137325.

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

Color convert

RGB1739978-
CMYK00.430.550.32
HSL13.26º37.85%49.22%-
HSV(B)13.26º54.91%67.84%-
XYZ23.0718.369.54-
YUV118.73105.02166.71-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 49.43%
GREEN value IS 99 (39.06% from 255) = 28.29%
BLUE value IS 78 (30.86% from 255) = 22.29%
R=49.43%
G=28.29%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173997800.430.550.3213.2637.8549.22
HexAD634E02B3720d2631
Octal2551431160536740154661
Binary101011011100011100111001010111101111000001101100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD634E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD634E; }

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

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

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

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

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

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

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

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