Html Css Color HEX #AD7159 Sante Fe

📋 copy color: '#AD7159'

red 173 ◦ green 113 ◦ blue 89

#AD7159
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sante Fe #AD7159

Tints of Sante Fe #AD7159

RGB

 RED value IS 173 (67.97% from 255) = 46.13%

 GREEN value IS 113 (44.53% from 255) = 30.13%

 BLUE value IS 89 (35.16% from 255) = 23.73%

R = 46.13%
G = 30.13%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AD7159 (or 0xAD7159) is known color: Sante Fe. HEX triplet: AD, 71 and 59. RGB value is (173,113,89). Sum of RGB (Red+Green+Blue) = 173+113+89=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 113 (44.53% from 255 or 30.13% from 375); Blue value is 89 (35.16% from 255 or 23.73% from 375); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7159 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7159 is #528EA6. Grayscale: #808080. Windows color (decimal): -5410471 or 5861805. OLE color: 5861805.

HSL color Cylindrical-coordinate representation of color #AD7159: hue angle of 17.14º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD7159 is Cyan = 0, Magento = 0.35, Yellow = 0.49 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 113 89 -
CMYK 0 0.35 0.49 0.32
HSL 17.14º 0.34% 0.51% -
HSV(B) 17.14º 0.49% 0.68% -
XYZ 24.94 21.42 12.27 -
YUV 128.2 105.88 159.95 -
System Red Green Blue C M Y K H S L
Decimal 173 113 89 0 0.35 0.49 0.32 17.14 0.34 0.51
Hex AD 71 59 0 23 31 20 11 22 33
Octal 255 161 131 0 43 61 40 21 42 63
Binary 10101101 1110001 1011001 0 100011 110001 100000 10001 100010 110011

Color Harmonies of #AD7159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7159

Black with #AD7159

Text Example


Text Example

White with #AD7159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7159; }

 p { color: rgb(173,113,89); }

 H1.HeaderClassName
 {
   color: #AD7159;
 }
 .AnyTagClassName
 {
   color: #AD7159;
 }
</style>

background-color css

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

 a { background-color: rgb(173,113,89); }

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

border-color css

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

 span { border-color: rgb(173,113,89); }

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