Html Css Color HEX #AD6F58 Sante Fe

📋 copy color: '#AD6F58'

red 173 ◦ green 111 ◦ blue 88

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

Shades of Sante Fe #AD6F58

Tints of Sante Fe #AD6F58

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.84%

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

R = 46.51%
G = 29.84%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AD6F58 (or 0xAD6F58) is known color: Sante Fe. HEX triplet: AD, 6F and 58. RGB value is (173,111,88). Sum of RGB (Red+Green+Blue) = 173+111+88=372 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.51% from 372); Green value is 111 (43.75% from 255 or 29.84% from 372); Blue value is 88 (34.77% from 255 or 23.66% from 372); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6F58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6F58 is #5290A7. Grayscale: #7F7F7F. Windows color (decimal): -5410984 or 5795757. OLE color: 5795757.

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

Color convert

RGB 173 111 88 -
CMYK 0 0.36 0.49 0.32
HSL 16.24º 0.34% 0.51% -
HSV(B) 16.24º 0.49% 0.68% -
XYZ 24.68 20.96 11.98 -
YUV 126.92 106.04 160.87 -
System Red Green Blue C M Y K H S L
Decimal 173 111 88 0 0.36 0.49 0.32 16.24 0.34 0.51
Hex AD 6F 58 0 24 31 20 10 22 33
Octal 255 157 130 0 44 61 40 20 42 63
Binary 10101101 1101111 1011000 0 100100 110001 100000 10000 100010 110011

Color Harmonies of #AD6F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6F58

Black with #AD6F58

Text Example


Text Example

White with #AD6F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6F58; }

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

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

background-color css

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

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

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

border-color css

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

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

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