Html Css Color HEX #AD7259 Sante Fe

📋 copy color: '#AD7259'

red 173 ◦ green 114 ◦ blue 89

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

Shades of Sante Fe #AD7259

Tints of Sante Fe #AD7259

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.32%

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

R = 46.01%
G = 30.32%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AD7259 (or 0xAD7259) is known color: Sante Fe. HEX triplet: AD, 72 and 59. RGB value is (173,114,89). Sum of RGB (Red+Green+Blue) = 173+114+89=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 114 (44.92% from 255 or 30.32% from 376); Blue value is 89 (35.16% from 255 or 23.67% from 376); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7259 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7259 is #528DA6. Grayscale: #808080. Windows color (decimal): -5410215 or 5862061. OLE color: 5862061.

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

Color convert

RGB 173 114 89 -
CMYK 0 0.34 0.49 0.32
HSL 17.86º 0.34% 0.51% -
HSV(B) 17.86º 0.49% 0.68% -
XYZ 25.05 21.64 12.31 -
YUV 128.79 105.55 159.53 -
System Red Green Blue C M Y K H S L
Decimal 173 114 89 0 0.34 0.49 0.32 17.86 0.34 0.51
Hex AD 72 59 0 22 31 20 12 22 33
Octal 255 162 131 0 42 61 40 22 42 63
Binary 10101101 1110010 1011001 0 100010 110001 100000 10010 100010 110011

Color Harmonies of #AD7259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7259

Black with #AD7259

Text Example


Text Example

White with #AD7259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7259; }

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

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

background-color css

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

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

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

border-color css

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

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

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