Html Css Color HEX #AD7756 Sante Fe

📋 copy color: '#AD7756'

red 173 ◦ green 119 ◦ blue 86

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

Shades of Sante Fe #AD7756

Tints of Sante Fe #AD7756

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.48%

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

R = 45.77%
G = 31.48%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.50

 K value IS 0.32

RGB Variations

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

Color information

#AD7756 (or 0xAD7756) is known color: Sante Fe. HEX triplet: AD, 77 and 56. RGB value is (173,119,86). Sum of RGB (Red+Green+Blue) = 173+119+86=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 119 (46.88% from 255 or 31.48% from 378); Blue value is 86 (33.98% from 255 or 22.75% from 378); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7756 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7756 is #5288A9. Grayscale: #838383. Windows color (decimal): -5408938 or 5666733. OLE color: 5666733.

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

Color convert

RGB 173 119 86 -
CMYK 0 0.31 0.50 0.32
HSL 22.76º 0.35% 0.51% -
HSV(B) 22.76º 0.5% 0.68% -
XYZ 25.51 22.75 11.85 -
YUV 131.38 102.39 157.68 -
System Red Green Blue C M Y K H S L
Decimal 173 119 86 0 0.31 0.50 0.32 22.76 0.35 0.51
Hex AD 77 56 0 1F 32 20 17 23 33
Octal 255 167 126 0 37 62 40 27 43 63
Binary 10101101 1110111 1010110 0 11111 110010 100000 10111 100011 110011

Color Harmonies of #AD7756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7756

Black with #AD7756

Text Example


Text Example

White with #AD7756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7756; }

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

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

background-color css

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

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

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

border-color css

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

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

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