Html Css Color HEX #AD7459 Sante Fe

📋 copy color: '#AD7459'

red 173 ◦ green 116 ◦ blue 89

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

Shades of Sante Fe #AD7459

Tints of Sante Fe #AD7459

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.69%

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

R = 45.77%
G = 30.69%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AD7459 (or 0xAD7459) is known color: Sante Fe. HEX triplet: AD, 74 and 59. RGB value is (173,116,89). Sum of RGB (Red+Green+Blue) = 173+116+89=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 116 (45.70% from 255 or 30.69% from 378); Blue value is 89 (35.16% from 255 or 23.54% from 378); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7459 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7459 is #528BA6. Grayscale: #828282. Windows color (decimal): -5409703 or 5862573. OLE color: 5862573.

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

Color convert

RGB 173 116 89 -
CMYK 0 0.33 0.49 0.32
HSL 19.29º 0.34% 0.51% -
HSV(B) 19.29º 0.49% 0.68% -
XYZ 25.28 22.1 12.38 -
YUV 129.97 104.88 158.7 -
System Red Green Blue C M Y K H S L
Decimal 173 116 89 0 0.33 0.49 0.32 19.29 0.34 0.51
Hex AD 74 59 0 21 31 20 13 22 33
Octal 255 164 131 0 41 61 40 23 42 63
Binary 10101101 1110100 1011001 0 100001 110001 100000 10011 100010 110011

Color Harmonies of #AD7459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7459

Black with #AD7459

Text Example


Text Example

White with #AD7459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7459; }

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

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

background-color css

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

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

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

border-color css

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

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

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