Html Css Color HEX #AD7357 Sante Fe

📋 copy color: '#AD7357'

red 173 ◦ green 115 ◦ blue 87

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

Shades of Sante Fe #AD7357

Tints of Sante Fe #AD7357

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.67%

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

R = 46.13%
G = 30.67%
B = 23.2%

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

#AD7357 (or 0xAD7357) is known color: Sante Fe. HEX triplet: AD, 73 and 57. RGB value is (173,115,87). Sum of RGB (Red+Green+Blue) = 173+115+87=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 115 (45.31% from 255 or 30.67% from 375); Blue value is 87 (34.38% from 255 or 23.2% from 375); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7357 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7357 is #528CA8. Grayscale: #818181. Windows color (decimal): -5409961 or 5731245. OLE color: 5731245.

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

Color convert

RGB 173 115 87 -
CMYK 0 0.34 0.50 0.32
HSL 19.53º 0.34% 0.51% -
HSV(B) 19.53º 0.5% 0.68% -
XYZ 25.08 21.83 11.91 -
YUV 129.15 104.22 159.28 -
System Red Green Blue C M Y K H S L
Decimal 173 115 87 0 0.34 0.50 0.32 19.53 0.34 0.51
Hex AD 73 57 0 22 32 20 14 22 33
Octal 255 163 127 0 42 62 40 24 42 63
Binary 10101101 1110011 1010111 0 100010 110010 100000 10100 100010 110011

Color Harmonies of #AD7357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7357

Black with #AD7357

Text Example


Text Example

White with #AD7357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7357; }

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

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

background-color css

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

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

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

border-color css

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

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

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