Html Css Color HEX #AD704C Sante Fe

📋 copy color: '#AD704C'

red 173 ◦ green 112 ◦ blue 76

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

Shades of Sante Fe #AD704C

Tints of Sante Fe #AD704C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.02%

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

R = 47.92%
G = 31.02%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AD704C (or 0xAD704C) is known color: Sante Fe. HEX triplet: AD, 70 and 4C. RGB value is (173,112,76). Sum of RGB (Red+Green+Blue) = 173+112+76=361 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.92% from 361); Green value is 112 (44.14% from 255 or 31.02% from 361); Blue value is 76 (30.08% from 255 or 21.05% from 361); Max value from RGB is 173 - color contains mainly: red. Hex color #AD704C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD704C is #528FB3. Grayscale: #7E7E7E. Windows color (decimal): -5410740 or 5009581. OLE color: 5009581.

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

Color convert

RGB 173 112 76 -
CMYK 0 0.35 0.56 0.32
HSL 22.27º 0.39% 0.49% -
HSV(B) 22.27º 0.56% 0.68% -
XYZ 24.33 20.99 9.61 -
YUV 126.14 99.71 161.43 -
System Red Green Blue C M Y K H S L
Decimal 173 112 76 0 0.35 0.56 0.32 22.27 0.39 0.49
Hex AD 70 4C 0 23 38 20 16 27 31
Octal 255 160 114 0 43 70 40 26 47 61
Binary 10101101 1110000 1001100 0 100011 111000 100000 10110 100111 110001

Color Harmonies of #AD704C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD704C

Black with #AD704C

Text Example


Text Example

White with #AD704C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD704C; }

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

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

background-color css

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

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

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

border-color css

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

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

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