Html Css Color HEX #AD6857 Sante Fe

📋 copy color: '#AD6857'

red 173 ◦ green 104 ◦ blue 87

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

Shades of Sante Fe #AD6857

Tints of Sante Fe #AD6857

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.57%

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

R = 47.53%
G = 28.57%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.50

 K value IS 0.32

RGB Variations

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

Color information

#AD6857 (or 0xAD6857) is known color: Sante Fe. HEX triplet: AD, 68 and 57. RGB value is (173,104,87). Sum of RGB (Red+Green+Blue) = 173+104+87=364 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.53% from 364); Green value is 104 (41.02% from 255 or 28.57% from 364); Blue value is 87 (34.38% from 255 or 23.90% from 364); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6857 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6857 is #5297A8. Grayscale: #7A7A7A. Windows color (decimal): -5412777 or 5728429. OLE color: 5728429.

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

Color convert

RGB 173 104 87 -
CMYK 0 0.40 0.50 0.32
HSL 11.86º 0.34% 0.51% -
HSV(B) 11.86º 0.5% 0.68% -
XYZ 23.9 19.47 11.52 -
YUV 122.69 107.86 163.88 -
System Red Green Blue C M Y K H S L
Decimal 173 104 87 0 0.40 0.50 0.32 11.86 0.34 0.51
Hex AD 68 57 0 28 32 20 C 22 33
Octal 255 150 127 0 50 62 40 14 42 63
Binary 10101101 1101000 1010111 0 101000 110010 100000 1100 100010 110011

Color Harmonies of #AD6857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6857

Black with #AD6857

Text Example


Text Example

White with #AD6857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6857; }

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

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

background-color css

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

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

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

border-color css

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

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

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