Html Css Color HEX #AD6F57 Sante Fe

📋 copy color: '#AD6F57'

red 173 ◦ green 111 ◦ blue 87

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

Shades of Sante Fe #AD6F57

Tints of Sante Fe #AD6F57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 23.45%

R = 46.63%
G = 29.92%
B = 23.45%

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

#AD6F57 (or 0xAD6F57) is known color: Sante Fe. HEX triplet: AD, 6F and 57. RGB value is (173,111,87). Sum of RGB (Red+Green+Blue) = 173+111+87=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 111 (43.75% from 255 or 29.92% from 371); Blue value is 87 (34.38% from 255 or 23.45% from 371); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6F57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6F57 is #5290A8. Grayscale: #7E7E7E. Windows color (decimal): -5410985 or 5730221. OLE color: 5730221.

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

Color convert

RGB 173 111 87 -
CMYK 0 0.36 0.50 0.32
HSL 16.74º 0.34% 0.51% -
HSV(B) 16.74º 0.5% 0.68% -
XYZ 24.64 20.94 11.76 -
YUV 126.8 105.54 160.95 -
System Red Green Blue C M Y K H S L
Decimal 173 111 87 0 0.36 0.50 0.32 16.74 0.34 0.51
Hex AD 6F 57 0 24 32 20 11 22 33
Octal 255 157 127 0 44 62 40 21 42 63
Binary 10101101 1101111 1010111 0 100100 110010 100000 10001 100010 110011

Color Harmonies of #AD6F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6F57

Black with #AD6F57

Text Example


Text Example

White with #AD6F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6F57; }

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

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

background-color css

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

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

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

border-color css

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

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

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