Html Css Color HEX #AD6D4E Sante Fe

📋 copy color: '#AD6D4E'

red 173 ◦ green 109 ◦ blue 78

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

Shades of Sante Fe #AD6D4E

Tints of Sante Fe #AD6D4E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.28%

 BLUE value IS 78 (30.86% from 255) = 21.67%

R = 48.06%
G = 30.28%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.55

 K value IS 0.32

RGB Variations

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

Color information

#AD6D4E (or 0xAD6D4E) is known color: Sante Fe. HEX triplet: AD, 6D and 4E. RGB value is (173,109,78). Sum of RGB (Red+Green+Blue) = 173+109+78=360 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.06% from 360); Green value is 109 (42.97% from 255 or 30.28% from 360); Blue value is 78 (30.86% from 255 or 21.67% from 360); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6D4E is #5292B1. Grayscale: #7C7C7C. Windows color (decimal): -5411506 or 5139885. OLE color: 5139885.

HSL color Cylindrical-coordinate representation of color #AD6D4E: hue angle of 19.58º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AD6D4E is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 109 78 -
CMYK 0 0.37 0.55 0.32
HSL 19.58º 0.38% 0.49% -
HSV(B) 19.58º 0.55% 0.68% -
XYZ 24.08 20.37 9.87 -
YUV 124.6 101.7 162.52 -
System Red Green Blue C M Y K H S L
Decimal 173 109 78 0 0.37 0.55 0.32 19.58 0.38 0.49
Hex AD 6D 4E 0 25 37 20 14 26 31
Octal 255 155 116 0 45 67 40 24 46 61
Binary 10101101 1101101 1001110 0 100101 110111 100000 10100 100110 110001

Color Harmonies of #AD6D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6D4E

Black with #AD6D4E

Text Example


Text Example

White with #AD6D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6D4E; }

 p { color: rgb(173,109,78); }

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

background-color css

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

 a { background-color: rgb(173,109,78); }

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

border-color css

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

 span { border-color: rgb(173,109,78); }

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