Html Css Color HEX #AD7257 Sante Fe

📋 copy color: '#AD7257'

red 173 ◦ green 114 ◦ blue 87

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

Shades of Sante Fe #AD7257

Tints of Sante Fe #AD7257

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 23.26%

R = 46.26%
G = 30.48%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.50

 K value IS 0.32

RGB Variations

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

Color information

#AD7257 (or 0xAD7257) is known color: Sante Fe. HEX triplet: AD, 72 and 57. RGB value is (173,114,87). Sum of RGB (Red+Green+Blue) = 173+114+87=374 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.26% from 374); Green value is 114 (44.92% from 255 or 30.48% from 374); Blue value is 87 (34.38% from 255 or 23.26% from 374); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7257 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7257 is #528DA8. Grayscale: #808080. Windows color (decimal): -5410217 or 5730989. OLE color: 5730989.

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

Color convert

RGB 173 114 87 -
CMYK 0 0.34 0.50 0.32
HSL 18.84º 0.34% 0.51% -
HSV(B) 18.84º 0.5% 0.68% -
XYZ 24.97 21.61 11.87 -
YUV 128.56 104.55 159.7 -
System Red Green Blue C M Y K H S L
Decimal 173 114 87 0 0.34 0.50 0.32 18.84 0.34 0.51
Hex AD 72 57 0 22 32 20 13 22 33
Octal 255 162 127 0 42 62 40 23 42 63
Binary 10101101 1110010 1010111 0 100010 110010 100000 10011 100010 110011

Color Harmonies of #AD7257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7257

Black with #AD7257

Text Example


Text Example

White with #AD7257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7257; }

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

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

background-color css

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

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

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

border-color css

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

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

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