Html Css Color HEX #AD6657 Sante Fe

📋 copy color: '#AD6657'

red 173 ◦ green 102 ◦ blue 87

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

Shades of Sante Fe #AD6657

Tints of Sante Fe #AD6657

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.18%

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

R = 47.79%
G = 28.18%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.50

 K value IS 0.32

RGB Variations

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

Color information

#AD6657 (or 0xAD6657) is known color: Sante Fe. HEX triplet: AD, 66 and 57. RGB value is (173,102,87). Sum of RGB (Red+Green+Blue) = 173+102+87=362 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.79% from 362); Green value is 102 (40.23% from 255 or 28.18% from 362); Blue value is 87 (34.38% from 255 or 24.03% from 362); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6657 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6657 is #5299A8. Grayscale: #797979. Windows color (decimal): -5413289 or 5727917. OLE color: 5727917.

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

Color convert

RGB 173 102 87 -
CMYK 0 0.41 0.50 0.32
HSL 10.47º 0.34% 0.51% -
HSV(B) 10.47º 0.5% 0.68% -
XYZ 23.71 19.08 11.45 -
YUV 121.52 108.52 164.72 -
System Red Green Blue C M Y K H S L
Decimal 173 102 87 0 0.41 0.50 0.32 10.47 0.34 0.51
Hex AD 66 57 0 29 32 20 A 22 33
Octal 255 146 127 0 51 62 40 12 42 63
Binary 10101101 1100110 1010111 0 101001 110010 100000 1010 100010 110011

Color Harmonies of #AD6657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6657

Black with #AD6657

Text Example


Text Example

White with #AD6657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6657; }

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

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

background-color css

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

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

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

border-color css

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

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

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