Html Css Color HEX #AD6456 Sante Fe

📋 copy color: '#AD6456'

red 173 ◦ green 100 ◦ blue 86

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

Shades of Sante Fe #AD6456

Tints of Sante Fe #AD6456

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.86%

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

R = 48.19%
G = 27.86%
B = 23.96%

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

#AD6456 (or 0xAD6456) is known color: Sante Fe. HEX triplet: AD, 64 and 56. RGB value is (173,100,86). Sum of RGB (Red+Green+Blue) = 173+100+86=359 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.19% from 359); Green value is 100 (39.45% from 255 or 27.86% from 359); Blue value is 86 (33.98% from 255 or 23.96% from 359); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6456 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6456 is #529BA9. Grayscale: #787878. Windows color (decimal): -5413802 or 5661869. OLE color: 5661869.

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

Color convert

RGB 173 100 86 -
CMYK 0 0.42 0.50 0.32
HSL 9.66º 0.35% 0.51% -
HSV(B) 9.66º 0.5% 0.68% -
XYZ 23.47 18.67 11.17 -
YUV 120.23 108.68 165.64 -
System Red Green Blue C M Y K H S L
Decimal 173 100 86 0 0.42 0.50 0.32 9.66 0.35 0.51
Hex AD 64 56 0 2A 32 20 A 23 33
Octal 255 144 126 0 52 62 40 12 43 63
Binary 10101101 1100100 1010110 0 101010 110010 100000 1010 100011 110011

Color Harmonies of #AD6456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6456

Black with #AD6456

Text Example


Text Example

White with #AD6456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6456; }

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

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

background-color css

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

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

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

border-color css

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

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

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