Html Css Color HEX #AD674D Sante Fe

📋 copy color: '#AD674D'

red 173 ◦ green 103 ◦ blue 77

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

Shades of Sante Fe #AD674D

Tints of Sante Fe #AD674D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.18%

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

R = 49.01%
G = 29.18%
B = 21.81%

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

#AD674D (or 0xAD674D) is known color: Sante Fe. HEX triplet: AD, 67 and 4D. RGB value is (173,103,77). Sum of RGB (Red+Green+Blue) = 173+103+77=353 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.01% from 353); Green value is 103 (40.62% from 255 or 29.18% from 353); Blue value is 77 (30.47% from 255 or 21.81% from 353); Max value from RGB is 173 - color contains mainly: red. Hex color #AD674D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD674D is #5298B2. Grayscale: #797979. Windows color (decimal): -5413043 or 5072813. OLE color: 5072813.

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

Color convert

RGB 173 103 77 -
CMYK 0 0.40 0.55 0.32
HSL 16.25º 0.38% 0.49% -
HSV(B) 16.25º 0.55% 0.68% -
XYZ 23.42 19.12 9.48 -
YUV 120.97 103.19 165.11 -
System Red Green Blue C M Y K H S L
Decimal 173 103 77 0 0.40 0.55 0.32 16.25 0.38 0.49
Hex AD 67 4D 0 28 37 20 10 26 31
Octal 255 147 115 0 50 67 40 20 46 61
Binary 10101101 1100111 1001101 0 101000 110111 100000 10000 100110 110001

Color Harmonies of #AD674D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD674D

Black with #AD674D

Text Example


Text Example

White with #AD674D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD674D; }

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

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

background-color css

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

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

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

border-color css

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

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

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