Html Css Color HEX #AD614D Sante Fe

📋 copy color: '#AD614D'

red 173 ◦ green 97 ◦ blue 77

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

Shades of Sante Fe #AD614D

Tints of Sante Fe #AD614D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.95%

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

R = 49.86%
G = 27.95%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.55

 K value IS 0.32

RGB Variations

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

Color information

#AD614D (or 0xAD614D) is known color: Sante Fe. HEX triplet: AD, 61 and 4D. RGB value is (173,97,77). Sum of RGB (Red+Green+Blue) = 173+97+77=347 (45% of max value = 765). Red value is 173 (67.97% from 255 or 49.86% from 347); Green value is 97 (38.28% from 255 or 27.95% from 347); Blue value is 77 (30.47% from 255 or 22.19% from 347); Max value from RGB is 173 - color contains mainly: red. Hex color #AD614D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD614D is #529EB2. Grayscale: #757575. Windows color (decimal): -5414579 or 5071277. OLE color: 5071277.

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

Color convert

RGB 173 97 77 -
CMYK 0 0.44 0.55 0.32
HSL 12.5º 0.38% 0.49% -
HSV(B) 12.5º 0.55% 0.68% -
XYZ 22.85 17.97 9.29 -
YUV 117.44 105.18 167.63 -
System Red Green Blue C M Y K H S L
Decimal 173 97 77 0 0.44 0.55 0.32 12.5 0.38 0.49
Hex AD 61 4D 0 2C 37 20 C 26 31
Octal 255 141 115 0 54 67 40 14 46 61
Binary 10101101 1100001 1001101 0 101100 110111 100000 1100 100110 110001

Color Harmonies of #AD614D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD614D

Black with #AD614D

Text Example


Text Example

White with #AD614D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD614D; }

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

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

background-color css

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

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

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

border-color css

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

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

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