Html Css Color HEX #AD774D Sante Fe

📋 copy color: '#AD774D'

red 173 ◦ green 119 ◦ blue 77

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

Shades of Sante Fe #AD774D

Tints of Sante Fe #AD774D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.25%

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

R = 46.88%
G = 32.25%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.55

 K value IS 0.32

RGB Variations

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

Color information

#AD774D (or 0xAD774D) is known color: Sante Fe. HEX triplet: AD, 77 and 4D. RGB value is (173,119,77). Sum of RGB (Red+Green+Blue) = 173+119+77=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 119 (46.88% from 255 or 32.25% from 369); Blue value is 77 (30.47% from 255 or 20.87% from 369); Max value from RGB is 173 - color contains mainly: red. Hex color #AD774D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD774D is #5288B2. Grayscale: #828282. Windows color (decimal): -5408947 or 5076909. OLE color: 5076909.

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

Color convert

RGB 173 119 77 -
CMYK 0 0.31 0.55 0.32
HSL 26.25º 0.38% 0.49% -
HSV(B) 26.25º 0.55% 0.68% -
XYZ 25.17 22.61 10.06 -
YUV 130.36 97.89 158.42 -
System Red Green Blue C M Y K H S L
Decimal 173 119 77 0 0.31 0.55 0.32 26.25 0.38 0.49
Hex AD 77 4D 0 1F 37 20 1A 26 31
Octal 255 167 115 0 37 67 40 32 46 61
Binary 10101101 1110111 1001101 0 11111 110111 100000 11010 100110 110001

Color Harmonies of #AD774D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD774D

Black with #AD774D

Text Example


Text Example

White with #AD774D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD774D; }

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

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

background-color css

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

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

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

border-color css

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

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

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