Html Css Color HEX #AD715B Sante Fe

📋 copy color: '#AD715B'

red 173 ◦ green 113 ◦ blue 91

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

Shades of Sante Fe #AD715B

Tints of Sante Fe #AD715B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.97%

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

R = 45.89%
G = 29.97%
B = 24.14%

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

#AD715B (or 0xAD715B) is known color: Sante Fe. HEX triplet: AD, 71 and 5B. RGB value is (173,113,91). Sum of RGB (Red+Green+Blue) = 173+113+91=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 113 (44.53% from 255 or 29.97% from 377); Blue value is 91 (35.94% from 255 or 24.14% from 377); Max value from RGB is 173 - color contains mainly: red. Hex color #AD715B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD715B is #528EA4. Grayscale: #808080. Windows color (decimal): -5410469 or 5992877. OLE color: 5992877.

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

Color convert

RGB 173 113 91 -
CMYK 0 0.35 0.47 0.32
HSL 16.1º 0.33% 0.52% -
HSV(B) 16.1º 0.47% 0.68% -
XYZ 25.03 21.45 12.72 -
YUV 128.43 106.88 159.79 -
System Red Green Blue C M Y K H S L
Decimal 173 113 91 0 0.35 0.47 0.32 16.1 0.33 0.52
Hex AD 71 5B 0 23 2F 20 10 21 34
Octal 255 161 133 0 43 57 40 20 41 64
Binary 10101101 1110001 1011011 0 100011 101111 100000 10000 100001 110100

Color Harmonies of #AD715B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD715B

Black with #AD715B

Text Example


Text Example

White with #AD715B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD715B; }

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

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

background-color css

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

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

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

border-color css

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

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

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