Html Css Color HEX #AD714F Sante Fe

📋 copy color: '#AD714F'

red 173 ◦ green 113 ◦ blue 79

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

Shades of Sante Fe #AD714F

Tints of Sante Fe #AD714F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.96%

 BLUE value IS 79 (31.25% from 255) = 21.64%

R = 47.4%
G = 30.96%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#AD714F (or 0xAD714F) is known color: Sante Fe. HEX triplet: AD, 71 and 4F. RGB value is (173,113,79). Sum of RGB (Red+Green+Blue) = 173+113+79=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 113 (44.53% from 255 or 30.96% from 365); Blue value is 79 (31.25% from 255 or 21.64% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #AD714F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD714F is #528EB0. Grayscale: #7F7F7F. Windows color (decimal): -5410481 or 5206445. OLE color: 5206445.

HSL color Cylindrical-coordinate representation of color #AD714F: hue angle of 21.7º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD714F is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 113 79 -
CMYK 0 0.35 0.54 0.32
HSL 21.7º 0.37% 0.49% -
HSV(B) 21.7º 0.54% 0.68% -
XYZ 24.55 21.26 10.21 -
YUV 127.06 100.88 160.76 -
System Red Green Blue C M Y K H S L
Decimal 173 113 79 0 0.35 0.54 0.32 21.7 0.37 0.49
Hex AD 71 4F 0 23 36 20 16 25 31
Octal 255 161 117 0 43 66 40 26 45 61
Binary 10101101 1110001 1001111 0 100011 110110 100000 10110 100101 110001

Color Harmonies of #AD714F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD714F

Black with #AD714F

Text Example


Text Example

White with #AD714F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD714F; }

 p { color: rgb(173,113,79); }

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

background-color css

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

 a { background-color: rgb(173,113,79); }

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

border-color css

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

 span { border-color: rgb(173,113,79); }

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