Html Css Color HEX #AD6F55 Sante Fe

📋 copy color: '#AD6F55'

red 173 ◦ green 111 ◦ blue 85

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

Shades of Sante Fe #AD6F55

Tints of Sante Fe #AD6F55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 23.04%

R = 46.88%
G = 30.08%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#AD6F55 (or 0xAD6F55) is known color: Sante Fe. HEX triplet: AD, 6F and 55. RGB value is (173,111,85). Sum of RGB (Red+Green+Blue) = 173+111+85=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 111 (43.75% from 255 or 30.08% from 369); Blue value is 85 (33.59% from 255 or 23.04% from 369); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6F55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6F55 is #5290AA. Grayscale: #7E7E7E. Windows color (decimal): -5410987 or 5599149. OLE color: 5599149.

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

Color convert

RGB 173 111 85 -
CMYK 0 0.36 0.51 0.32
HSL 17.73º 0.35% 0.51% -
HSV(B) 17.73º 0.51% 0.68% -
XYZ 24.56 20.91 11.34 -
YUV 126.57 104.54 161.11 -
System Red Green Blue C M Y K H S L
Decimal 173 111 85 0 0.36 0.51 0.32 17.73 0.35 0.51
Hex AD 6F 55 0 24 33 20 12 23 33
Octal 255 157 125 0 44 63 40 22 43 63
Binary 10101101 1101111 1010101 0 100100 110011 100000 10010 100011 110011

Color Harmonies of #AD6F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6F55

Black with #AD6F55

Text Example


Text Example

White with #AD6F55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6F55; }

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

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

background-color css

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

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

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

border-color css

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

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

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