Html Css Color HEX #AD6D4F Sante Fe

📋 copy color: '#AD6D4F'

red 173 ◦ green 109 ◦ blue 79

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

Shades of Sante Fe #AD6D4F

Tints of Sante Fe #AD6D4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.88%

R = 47.92%
G = 30.19%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#AD6D4F (or 0xAD6D4F) is known color: Sante Fe. HEX triplet: AD, 6D and 4F. RGB value is (173,109,79). Sum of RGB (Red+Green+Blue) = 173+109+79=361 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.92% from 361); Green value is 109 (42.97% from 255 or 30.19% from 361); Blue value is 79 (31.25% from 255 or 21.88% from 361); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6D4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6D4F is #5292B0. Grayscale: #7C7C7C. Windows color (decimal): -5411505 or 5205421. OLE color: 5205421.

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

Color convert

RGB 173 109 79 -
CMYK 0 0.37 0.54 0.32
HSL 19.15º 0.37% 0.49% -
HSV(B) 19.15º 0.54% 0.68% -
XYZ 24.11 20.39 10.06 -
YUV 124.72 102.2 162.44 -
System Red Green Blue C M Y K H S L
Decimal 173 109 79 0 0.37 0.54 0.32 19.15 0.37 0.49
Hex AD 6D 4F 0 25 36 20 13 25 31
Octal 255 155 117 0 45 66 40 23 45 61
Binary 10101101 1101101 1001111 0 100101 110110 100000 10011 100101 110001

Color Harmonies of #AD6D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6D4F

Black with #AD6D4F

Text Example


Text Example

White with #AD6D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6D4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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