Html Css Color HEX #AD705B Sante Fe

📋 copy color: '#AD705B'

red 173 ◦ green 112 ◦ blue 91

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

Shades of Sante Fe #AD705B

Tints of Sante Fe #AD705B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.2%

R = 46.01%
G = 29.79%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AD705B (or 0xAD705B) is known color: Sante Fe. HEX triplet: AD, 70 and 5B. RGB value is (173,112,91). Sum of RGB (Red+Green+Blue) = 173+112+91=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 91 (35.94% from 255 or 24.20% from 376); Max value from RGB is 173 - color contains mainly: red. Hex color #AD705B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD705B is #528FA4. Grayscale: #7F7F7F. Windows color (decimal): -5410725 or 5992621. OLE color: 5992621.

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

Color convert

RGB 173 112 91 -
CMYK 0 0.35 0.47 0.32
HSL 15.37º 0.33% 0.52% -
HSV(B) 15.37º 0.47% 0.68% -
XYZ 24.92 21.23 12.68 -
YUV 127.85 107.21 160.21 -
System Red Green Blue C M Y K H S L
Decimal 173 112 91 0 0.35 0.47 0.32 15.37 0.33 0.52
Hex AD 70 5B 0 23 2F 20 F 21 34
Octal 255 160 133 0 43 57 40 17 41 64
Binary 10101101 1110000 1011011 0 100011 101111 100000 1111 100001 110100

Color Harmonies of #AD705B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD705B

Black with #AD705B

Text Example


Text Example

White with #AD705B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD705B; }

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

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

background-color css

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

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

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

border-color css

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

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

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