Html Css Color HEX #AD6856 Sante Fe

📋 copy color: '#AD6856'

red 173 ◦ green 104 ◦ blue 86

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

Shades of Sante Fe #AD6856

Tints of Sante Fe #AD6856

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.65%

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

R = 47.66%
G = 28.65%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.50

 K value IS 0.32

RGB Variations

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

Color information

#AD6856 (or 0xAD6856) is known color: Sante Fe. HEX triplet: AD, 68 and 56. RGB value is (173,104,86). Sum of RGB (Red+Green+Blue) = 173+104+86=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 104 (41.02% from 255 or 28.65% from 363); Blue value is 86 (33.98% from 255 or 23.69% from 363); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6856 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6856 is #5297A9. Grayscale: #7A7A7A. Windows color (decimal): -5412778 or 5662893. OLE color: 5662893.

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

Color convert

RGB 173 104 86 -
CMYK 0 0.40 0.50 0.32
HSL 12.41º 0.35% 0.51% -
HSV(B) 12.41º 0.5% 0.68% -
XYZ 23.86 19.46 11.3 -
YUV 122.58 107.36 163.96 -
System Red Green Blue C M Y K H S L
Decimal 173 104 86 0 0.40 0.50 0.32 12.41 0.35 0.51
Hex AD 68 56 0 28 32 20 C 23 33
Octal 255 150 126 0 50 62 40 14 43 63
Binary 10101101 1101000 1010110 0 101000 110010 100000 1100 100011 110011

Color Harmonies of #AD6856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6856

Black with #AD6856

Text Example


Text Example

White with #AD6856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6856; }

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

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

background-color css

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

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

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

border-color css

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

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

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