Html Css Color HEX #AD7559 Sante Fe

📋 copy color: '#AD7559'

red 173 ◦ green 117 ◦ blue 89

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

Shades of Sante Fe #AD7559

Tints of Sante Fe #AD7559

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.87%

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

R = 45.65%
G = 30.87%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AD7559 (or 0xAD7559) is known color: Sante Fe. HEX triplet: AD, 75 and 59. RGB value is (173,117,89). Sum of RGB (Red+Green+Blue) = 173+117+89=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 117 (46.09% from 255 or 30.87% from 379); Blue value is 89 (35.16% from 255 or 23.48% from 379); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7559 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7559 is #528AA6. Grayscale: #828282. Windows color (decimal): -5409447 or 5862829. OLE color: 5862829.

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

Color convert

RGB 173 117 89 -
CMYK 0 0.32 0.49 0.32
HSL 20º 0.34% 0.51% -
HSV(B) 20º 0.49% 0.68% -
XYZ 25.4 22.33 12.42 -
YUV 130.55 104.55 158.28 -
System Red Green Blue C M Y K H S L
Decimal 173 117 89 0 0.32 0.49 0.32 20 0.34 0.51
Hex AD 75 59 0 20 31 20 14 22 33
Octal 255 165 131 0 40 61 40 24 42 63
Binary 10101101 1110101 1011001 0 100000 110001 100000 10100 100010 110011

Color Harmonies of #AD7559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7559

Black with #AD7559

Text Example


Text Example

White with #AD7559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7559; }

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

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

background-color css

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

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

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

border-color css

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

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

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