Html Css Color HEX #AD6556 Sante Fe

📋 copy color: '#AD6556'

red 173 ◦ green 101 ◦ blue 86

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

Shades of Sante Fe #AD6556

Tints of Sante Fe #AD6556

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.06%

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

R = 48.06%
G = 28.06%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.50

 K value IS 0.32

RGB Variations

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

Color information

#AD6556 (or 0xAD6556) is known color: Sante Fe. HEX triplet: AD, 65 and 56. RGB value is (173,101,86). Sum of RGB (Red+Green+Blue) = 173+101+86=360 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.06% from 360); Green value is 101 (39.84% from 255 or 28.06% from 360); Blue value is 86 (33.98% from 255 or 23.89% from 360); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6556 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6556 is #529AA9. Grayscale: #787878. Windows color (decimal): -5413546 or 5662125. OLE color: 5662125.

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

Color convert

RGB 173 101 86 -
CMYK 0 0.42 0.50 0.32
HSL 10.34º 0.35% 0.51% -
HSV(B) 10.34º 0.5% 0.68% -
XYZ 23.57 18.86 11.2 -
YUV 120.82 108.35 165.22 -
System Red Green Blue C M Y K H S L
Decimal 173 101 86 0 0.42 0.50 0.32 10.34 0.35 0.51
Hex AD 65 56 0 2A 32 20 A 23 33
Octal 255 145 126 0 52 62 40 12 43 63
Binary 10101101 1100101 1010110 0 101010 110010 100000 1010 100011 110011

Color Harmonies of #AD6556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6556

Black with #AD6556

Text Example


Text Example

White with #AD6556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6556; }

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

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

background-color css

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

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

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

border-color css

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

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

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