Html Css Color HEX #AD6F51 Sante Fe

📋 copy color: '#AD6F51'

red 173 ◦ green 111 ◦ blue 81

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

Shades of Sante Fe #AD6F51

Tints of Sante Fe #AD6F51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 22.19%

R = 47.4%
G = 30.41%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.53

 K value IS 0.32

RGB Variations

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

Color information

#AD6F51 (or 0xAD6F51) is known color: Sante Fe. HEX triplet: AD, 6F and 51. RGB value is (173,111,81). Sum of RGB (Red+Green+Blue) = 173+111+81=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 111 (43.75% from 255 or 30.41% from 365); Blue value is 81 (32.03% from 255 or 22.19% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6F51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6F51 is #5290AE. Grayscale: #7E7E7E. Windows color (decimal): -5410991 or 5337005. OLE color: 5337005.

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

Color convert

RGB 173 111 81 -
CMYK 0 0.36 0.53 0.32
HSL 19.57º 0.36% 0.5% -
HSV(B) 19.57º 0.53% 0.68% -
XYZ 24.4 20.85 10.52 -
YUV 126.12 102.54 161.44 -
System Red Green Blue C M Y K H S L
Decimal 173 111 81 0 0.36 0.53 0.32 19.57 0.36 0.5
Hex AD 6F 51 0 24 35 20 14 24 32
Octal 255 157 121 0 44 65 40 24 44 62
Binary 10101101 1101111 1010001 0 100100 110101 100000 10100 100100 110010

Color Harmonies of #AD6F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6F51

Black with #AD6F51

Text Example


Text Example

White with #AD6F51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6F51; }

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

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

background-color css

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

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

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

border-color css

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

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

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