Html Css Color HEX #AD744C Sante Fe

📋 copy color: '#AD744C'

red 173 ◦ green 116 ◦ blue 76

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

Shades of Sante Fe #AD744C

Tints of Sante Fe #AD744C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.78%

 BLUE value IS 76 (30.08% from 255) = 20.82%

R = 47.4%
G = 31.78%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AD744C (or 0xAD744C) is known color: Sante Fe. HEX triplet: AD, 74 and 4C. RGB value is (173,116,76). Sum of RGB (Red+Green+Blue) = 173+116+76=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 116 (45.70% from 255 or 31.78% from 365); Blue value is 76 (30.08% from 255 or 20.82% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #AD744C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD744C is #528BB3. Grayscale: #808080. Windows color (decimal): -5409716 or 5010605. OLE color: 5010605.

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

Color convert

RGB 173 116 76 -
CMYK 0 0.33 0.56 0.32
HSL 24.74º 0.39% 0.49% -
HSV(B) 24.74º 0.56% 0.68% -
XYZ 24.78 21.9 9.76 -
YUV 128.48 98.38 159.75 -
System Red Green Blue C M Y K H S L
Decimal 173 116 76 0 0.33 0.56 0.32 24.74 0.39 0.49
Hex AD 74 4C 0 21 38 20 19 27 31
Octal 255 164 114 0 41 70 40 31 47 61
Binary 10101101 1110100 1001100 0 100001 111000 100000 11001 100111 110001

Color Harmonies of #AD744C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD744C

Black with #AD744C

Text Example


Text Example

White with #AD744C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD744C; }

 p { color: rgb(173,116,76); }

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

background-color css

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

 a { background-color: rgb(173,116,76); }

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

border-color css

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

 span { border-color: rgb(173,116,76); }

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