Html Css Color HEX #AD6958 Sante Fe

📋 copy color: '#AD6958'

red 173 ◦ green 105 ◦ blue 88

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

Shades of Sante Fe #AD6958

Tints of Sante Fe #AD6958

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.69%

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

R = 47.27%
G = 28.69%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AD6958 (or 0xAD6958) is known color: Sante Fe. HEX triplet: AD, 69 and 58. RGB value is (173,105,88). Sum of RGB (Red+Green+Blue) = 173+105+88=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 105 (41.41% from 255 or 28.69% from 366); Blue value is 88 (34.77% from 255 or 24.04% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6958 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6958 is #5296A7. Grayscale: #7B7B7B. Windows color (decimal): -5412520 or 5794221. OLE color: 5794221.

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

Color convert

RGB 173 105 88 -
CMYK 0 0.39 0.49 0.32
HSL 12º 0.34% 0.51% -
HSV(B) 12º 0.49% 0.68% -
XYZ 24.05 19.69 11.77 -
YUV 123.39 108.03 163.38 -
System Red Green Blue C M Y K H S L
Decimal 173 105 88 0 0.39 0.49 0.32 12 0.34 0.51
Hex AD 69 58 0 27 31 20 C 22 33
Octal 255 151 130 0 47 61 40 14 42 63
Binary 10101101 1101001 1011000 0 100111 110001 100000 1100 100010 110011

Color Harmonies of #AD6958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6958

Black with #AD6958

Text Example


Text Example

White with #AD6958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6958; }

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

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

background-color css

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

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

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

border-color css

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

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

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