Html Css Color HEX #AD705C Sante Fe

📋 copy color: '#AD705C'

red 173 ◦ green 112 ◦ blue 92

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

Shades of Sante Fe #AD705C

Tints of Sante Fe #AD705C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.4%

R = 45.89%
G = 29.71%
B = 24.4%

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

#AD705C (or 0xAD705C) is known color: Sante Fe. HEX triplet: AD, 70 and 5C. RGB value is (173,112,92). Sum of RGB (Red+Green+Blue) = 173+112+92=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 112 (44.14% from 255 or 29.71% from 377); Blue value is 92 (36.33% from 255 or 24.40% from 377); Max value from RGB is 173 - color contains mainly: red. Hex color #AD705C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD705C is #528FA3. Grayscale: #808080. Windows color (decimal): -5410724 or 6058157. OLE color: 6058157.

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

Color convert

RGB 173 112 92 -
CMYK 0 0.35 0.47 0.32
HSL 14.81º 0.33% 0.52% -
HSV(B) 14.81º 0.47% 0.68% -
XYZ 24.96 21.25 12.91 -
YUV 127.96 107.71 160.13 -
System Red Green Blue C M Y K H S L
Decimal 173 112 92 0 0.35 0.47 0.32 14.81 0.33 0.52
Hex AD 70 5C 0 23 2F 20 F 21 34
Octal 255 160 134 0 43 57 40 17 41 64
Binary 10101101 1110000 1011100 0 100011 101111 100000 1111 100001 110100

Color Harmonies of #AD705C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD705C

Black with #AD705C

Text Example


Text Example

White with #AD705C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD705C; }

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

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

background-color css

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

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

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

border-color css

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

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

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