Html Css Color HEX #AD6557 Sante Fe

📋 copy color: '#AD6557'

red 173 ◦ green 101 ◦ blue 87

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

Shades of Sante Fe #AD6557

Tints of Sante Fe #AD6557

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.98%

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

R = 47.92%
G = 27.98%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.50

 K value IS 0.32

RGB Variations

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

Color information

#AD6557 (or 0xAD6557) is known color: Sante Fe. HEX triplet: AD, 65 and 57. RGB value is (173,101,87). Sum of RGB (Red+Green+Blue) = 173+101+87=361 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.92% from 361); Green value is 101 (39.84% from 255 or 27.98% from 361); Blue value is 87 (34.38% from 255 or 24.10% from 361); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6557 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6557 is #529AA8. Grayscale: #797979. Windows color (decimal): -5413545 or 5727661. OLE color: 5727661.

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

Color convert

RGB 173 101 87 -
CMYK 0 0.42 0.50 0.32
HSL 9.77º 0.34% 0.51% -
HSV(B) 9.77º 0.5% 0.68% -
XYZ 23.61 18.88 11.42 -
YUV 120.93 108.85 165.14 -
System Red Green Blue C M Y K H S L
Decimal 173 101 87 0 0.42 0.50 0.32 9.77 0.34 0.51
Hex AD 65 57 0 2A 32 20 A 22 33
Octal 255 145 127 0 52 62 40 12 42 63
Binary 10101101 1100101 1010111 0 101010 110010 100000 1010 100010 110011

Color Harmonies of #AD6557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6557

Black with #AD6557

Text Example


Text Example

White with #AD6557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6557; }

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

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

background-color css

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

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

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

border-color css

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

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

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