#AD624E

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

Shades of Sante Fe #AD624E

Tints of Sante Fe #AD624E

Color information

#AD624E (or 0xAD624E) is unknown color: approx Sante Fe. HEX triplet: AD, 62 and 4E. RGB value is (173,98,78). Sum of RGB (Red+Green+Blue) = 173+98+78=349 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.57% from 349); Green value is 98 (38.67% from 255 or 28.08% from 349); Blue value is 78 (30.86% from 255 or 22.35% from 349); Max value from RGB is 173 - color contains mainly: red. Hex color #AD624E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD624E is #529DB1. Grayscale: #767676. Windows color (decimal): -5414322 or 5137069. OLE color: 5137069.

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

Color convert

RGB1739878-
CMYK00.430.550.32
HSL12.63º37.85%49.22%-
HSV(B)12.63º54.91%67.84%-
XYZ22.9818.179.5-
YUV118.14105.35167.13-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 49.57%
GREEN value IS 98 (38.67% from 255) = 28.08%
BLUE value IS 78 (30.86% from 255) = 22.35%
R=49.57%
G=28.08%
B=22.35%

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
Decimal173987800.430.550.3212.6337.8549.22
HexAD624E02B3720d2631
Octal2551421160536740154661
Binary101011011100010100111001010111101111000001101100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD624E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD624E; }

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

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

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

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

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

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

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

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