Html Css Color HEX #AD6959 Sante Fe

📋 copy color: '#AD6959'

red 173 ◦ green 105 ◦ blue 89

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

Shades of Sante Fe #AD6959

Tints of Sante Fe #AD6959

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.61%

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

R = 47.14%
G = 28.61%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AD6959 (or 0xAD6959) is known color: Sante Fe. HEX triplet: AD, 69 and 59. RGB value is (173,105,89). Sum of RGB (Red+Green+Blue) = 173+105+89=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 105 (41.41% from 255 or 28.61% from 367); Blue value is 89 (35.16% from 255 or 24.25% from 367); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6959 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6959 is #5296A6. Grayscale: #7B7B7B. Windows color (decimal): -5412519 or 5859757. OLE color: 5859757.

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

Color convert

RGB 173 105 89 -
CMYK 0 0.39 0.49 0.32
HSL 11.43º 0.34% 0.51% -
HSV(B) 11.43º 0.49% 0.68% -
XYZ 24.09 19.71 11.99 -
YUV 123.51 108.53 163.3 -
System Red Green Blue C M Y K H S L
Decimal 173 105 89 0 0.39 0.49 0.32 11.43 0.34 0.51
Hex AD 69 59 0 27 31 20 B 22 33
Octal 255 151 131 0 47 61 40 13 42 63
Binary 10101101 1101001 1011001 0 100111 110001 100000 1011 100010 110011

Color Harmonies of #AD6959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6959

Black with #AD6959

Text Example


Text Example

White with #AD6959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6959; }

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

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

background-color css

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

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

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

border-color css

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

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

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