Html Css Color HEX #AD724D Sante Fe

📋 copy color: '#AD724D'

red 173 ◦ green 114 ◦ blue 77

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

Shades of Sante Fe #AD724D

Tints of Sante Fe #AD724D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.32%

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

R = 47.53%
G = 31.32%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.55

 K value IS 0.32

RGB Variations

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

Color information

#AD724D (or 0xAD724D) is known color: Sante Fe. HEX triplet: AD, 72 and 4D. RGB value is (173,114,77). Sum of RGB (Red+Green+Blue) = 173+114+77=364 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.53% from 364); Green value is 114 (44.92% from 255 or 31.32% from 364); Blue value is 77 (30.47% from 255 or 21.15% from 364); Max value from RGB is 173 - color contains mainly: red. Hex color #AD724D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD724D is #528DB2. Grayscale: #7F7F7F. Windows color (decimal): -5410227 or 5075629. OLE color: 5075629.

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

Color convert

RGB 173 114 77 -
CMYK 0 0.34 0.55 0.32
HSL 23.13º 0.38% 0.49% -
HSV(B) 23.13º 0.55% 0.68% -
XYZ 24.59 21.45 9.87 -
YUV 127.42 99.55 160.51 -
System Red Green Blue C M Y K H S L
Decimal 173 114 77 0 0.34 0.55 0.32 23.13 0.38 0.49
Hex AD 72 4D 0 22 37 20 17 26 31
Octal 255 162 115 0 42 67 40 27 46 61
Binary 10101101 1110010 1001101 0 100010 110111 100000 10111 100110 110001

Color Harmonies of #AD724D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD724D

Black with #AD724D

Text Example


Text Example

White with #AD724D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD724D; }

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

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

background-color css

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

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

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

border-color css

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

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

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