Html Css Color HEX #AD6F56 Sante Fe

📋 copy color: '#AD6F56'

red 173 ◦ green 111 ◦ blue 86

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

Shades of Sante Fe #AD6F56

Tints of Sante Fe #AD6F56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 23.24%

R = 46.76%
G = 30%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.50

 K value IS 0.32

RGB Variations

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

Color information

#AD6F56 (or 0xAD6F56) is known color: Sante Fe. HEX triplet: AD, 6F and 56. RGB value is (173,111,86). Sum of RGB (Red+Green+Blue) = 173+111+86=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 111 (43.75% from 255 or 30% from 370); Blue value is 86 (33.98% from 255 or 23.24% from 370); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6F56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6F56 is #5290A9. Grayscale: #7E7E7E. Windows color (decimal): -5410986 or 5664685. OLE color: 5664685.

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

Color convert

RGB 173 111 86 -
CMYK 0 0.36 0.50 0.32
HSL 17.24º 0.35% 0.51% -
HSV(B) 17.24º 0.5% 0.68% -
XYZ 24.6 20.93 11.55 -
YUV 126.69 105.04 161.03 -
System Red Green Blue C M Y K H S L
Decimal 173 111 86 0 0.36 0.50 0.32 17.24 0.35 0.51
Hex AD 6F 56 0 24 32 20 11 23 33
Octal 255 157 126 0 44 62 40 21 43 63
Binary 10101101 1101111 1010110 0 100100 110010 100000 10001 100011 110011

Color Harmonies of #AD6F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6F56

Black with #AD6F56

Text Example


Text Example

White with #AD6F56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6F56; }

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

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

background-color css

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

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

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

border-color css

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

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

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