Html Css Color HEX #AD6858 Sante Fe

📋 copy color: '#AD6858'

red 173 ◦ green 104 ◦ blue 88

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

Shades of Sante Fe #AD6858

Tints of Sante Fe #AD6858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 24.11%

R = 47.4%
G = 28.49%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AD6858 (or 0xAD6858) is known color: Sante Fe. HEX triplet: AD, 68 and 58. RGB value is (173,104,88). Sum of RGB (Red+Green+Blue) = 173+104+88=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 88 (34.77% from 255 or 24.11% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6858 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6858 is #5297A7. Grayscale: #7A7A7A. Windows color (decimal): -5412776 or 5793965. OLE color: 5793965.

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

Color convert

RGB 173 104 88 -
CMYK 0 0.40 0.49 0.32
HSL 11.29º 0.34% 0.51% -
HSV(B) 11.29º 0.49% 0.68% -
XYZ 23.95 19.49 11.73 -
YUV 122.81 108.36 163.8 -
System Red Green Blue C M Y K H S L
Decimal 173 104 88 0 0.40 0.49 0.32 11.29 0.34 0.51
Hex AD 68 58 0 28 31 20 B 22 33
Octal 255 150 130 0 50 61 40 13 42 63
Binary 10101101 1101000 1011000 0 101000 110001 100000 1011 100010 110011

Color Harmonies of #AD6858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6858

Black with #AD6858

Text Example


Text Example

White with #AD6858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6858; }

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

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

background-color css

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

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

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

border-color css

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

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

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