Html Css Color HEX #AD6B56 Sante Fe

📋 copy color: '#AD6B56'

red 173 ◦ green 107 ◦ blue 86

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

Shades of Sante Fe #AD6B56

Tints of Sante Fe #AD6B56

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.23%

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

R = 47.27%
G = 29.23%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.50

 K value IS 0.32

RGB Variations

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

Color information

#AD6B56 (or 0xAD6B56) is known color: Sante Fe. HEX triplet: AD, 6B and 56. RGB value is (173,107,86). Sum of RGB (Red+Green+Blue) = 173+107+86=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 107 (42.19% from 255 or 29.23% from 366); Blue value is 86 (33.98% from 255 or 23.50% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6B56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6B56 is #5294A9. Grayscale: #7C7C7C. Windows color (decimal): -5412010 or 5663661. OLE color: 5663661.

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

Color convert

RGB 173 107 86 -
CMYK 0 0.38 0.50 0.32
HSL 14.48º 0.35% 0.51% -
HSV(B) 14.48º 0.5% 0.68% -
XYZ 24.17 20.07 11.4 -
YUV 124.34 106.37 162.71 -
System Red Green Blue C M Y K H S L
Decimal 173 107 86 0 0.38 0.50 0.32 14.48 0.35 0.51
Hex AD 6B 56 0 26 32 20 E 23 33
Octal 255 153 126 0 46 62 40 16 43 63
Binary 10101101 1101011 1010110 0 100110 110010 100000 1110 100011 110011

Color Harmonies of #AD6B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6B56

Black with #AD6B56

Text Example


Text Example

White with #AD6B56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6B56; }

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

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

background-color css

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

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

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

border-color css

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

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

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