Html Css Color HEX #AD7656 Sante Fe

📋 copy color: '#AD7656'

red 173 ◦ green 118 ◦ blue 86

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

Shades of Sante Fe #AD7656

Tints of Sante Fe #AD7656

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.3%

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

R = 45.89%
G = 31.3%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.50

 K value IS 0.32

RGB Variations

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

Color information

#AD7656 (or 0xAD7656) is known color: Sante Fe. HEX triplet: AD, 76 and 56. RGB value is (173,118,86). Sum of RGB (Red+Green+Blue) = 173+118+86=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 118 (46.48% from 255 or 31.30% from 377); Blue value is 86 (33.98% from 255 or 22.81% from 377); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7656 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7656 is #5289A9. Grayscale: #828282. Windows color (decimal): -5409194 or 5666477. OLE color: 5666477.

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

Color convert

RGB 173 118 86 -
CMYK 0 0.32 0.50 0.32
HSL 22.07º 0.35% 0.51% -
HSV(B) 22.07º 0.5% 0.68% -
XYZ 25.39 22.51 11.81 -
YUV 130.8 102.72 158.1 -
System Red Green Blue C M Y K H S L
Decimal 173 118 86 0 0.32 0.50 0.32 22.07 0.35 0.51
Hex AD 76 56 0 20 32 20 16 23 33
Octal 255 166 126 0 40 62 40 26 43 63
Binary 10101101 1110110 1010110 0 100000 110010 100000 10110 100011 110011

Color Harmonies of #AD7656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7656

Black with #AD7656

Text Example


Text Example

White with #AD7656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7656; }

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

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

background-color css

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

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

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

border-color css

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

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

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