Html Css Color HEX #AD684D Sante Fe

📋 copy color: '#AD684D'

red 173 ◦ green 104 ◦ blue 77

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

Shades of Sante Fe #AD684D

Tints of Sante Fe #AD684D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.38%

 BLUE value IS 77 (30.47% from 255) = 21.75%

R = 48.87%
G = 29.38%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.55

 K value IS 0.32

RGB Variations

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

Color information

#AD684D (or 0xAD684D) is known color: Sante Fe. HEX triplet: AD, 68 and 4D. RGB value is (173,104,77). Sum of RGB (Red+Green+Blue) = 173+104+77=354 (46% of max value = 765). Red value is 173 (67.97% from 255 or 48.87% from 354); Green value is 104 (41.02% from 255 or 29.38% from 354); Blue value is 77 (30.47% from 255 or 21.75% from 354); Max value from RGB is 173 - color contains mainly: red. Hex color #AD684D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD684D is #5297B2. Grayscale: #797979. Windows color (decimal): -5412787 or 5073069. OLE color: 5073069.

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

Color convert

RGB 173 104 77 -
CMYK 0 0.40 0.55 0.32
HSL 16.88º 0.38% 0.49% -
HSV(B) 16.88º 0.55% 0.68% -
XYZ 23.52 19.32 9.51 -
YUV 121.55 102.86 164.7 -
System Red Green Blue C M Y K H S L
Decimal 173 104 77 0 0.40 0.55 0.32 16.88 0.38 0.49
Hex AD 68 4D 0 28 37 20 11 26 31
Octal 255 150 115 0 50 67 40 21 46 61
Binary 10101101 1101000 1001101 0 101000 110111 100000 10001 100110 110001

Color Harmonies of #AD684D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD684D

Black with #AD684D

Text Example


Text Example

White with #AD684D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD684D; }

 p { color: rgb(173,104,77); }

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

background-color css

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

 a { background-color: rgb(173,104,77); }

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

border-color css

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

 span { border-color: rgb(173,104,77); }

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