Html Css Color HEX #AD664D Sante Fe

📋 copy color: '#AD664D'

red 173 ◦ green 102 ◦ blue 77

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

Shades of Sante Fe #AD664D

Tints of Sante Fe #AD664D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.98%

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

R = 49.15%
G = 28.98%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.55

 K value IS 0.32

RGB Variations

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

Color information

#AD664D (or 0xAD664D) is known color: Sante Fe. HEX triplet: AD, 66 and 4D. RGB value is (173,102,77). Sum of RGB (Red+Green+Blue) = 173+102+77=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 102 (40.23% from 255 or 28.98% from 352); Blue value is 77 (30.47% from 255 or 21.88% from 352); Max value from RGB is 173 - color contains mainly: red. Hex color #AD664D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD664D is #5299B2. Grayscale: #787878. Windows color (decimal): -5413299 or 5072557. OLE color: 5072557.

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

Color convert

RGB 173 102 77 -
CMYK 0 0.41 0.55 0.32
HSL 15.63º 0.38% 0.49% -
HSV(B) 15.63º 0.55% 0.68% -
XYZ 23.32 18.92 9.44 -
YUV 120.38 103.52 165.53 -
System Red Green Blue C M Y K H S L
Decimal 173 102 77 0 0.41 0.55 0.32 15.63 0.38 0.49
Hex AD 66 4D 0 29 37 20 10 26 31
Octal 255 146 115 0 51 67 40 20 46 61
Binary 10101101 1100110 1001101 0 101001 110111 100000 10000 100110 110001

Color Harmonies of #AD664D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD664D

Black with #AD664D

Text Example


Text Example

White with #AD664D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD664D; }

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

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

background-color css

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

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

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

border-color css

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

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

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