Html Css Color HEX #AD6B59 Sante Fe

📋 copy color: '#AD6B59'

red 173 ◦ green 107 ◦ blue 89

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

Shades of Sante Fe #AD6B59

Tints of Sante Fe #AD6B59

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29%

 BLUE value IS 89 (35.16% from 255) = 24.12%

R = 46.88%
G = 29%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AD6B59 (or 0xAD6B59) is known color: Sante Fe. HEX triplet: AD, 6B and 59. RGB value is (173,107,89). Sum of RGB (Red+Green+Blue) = 173+107+89=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 107 (42.19% from 255 or 29.00% from 369); Blue value is 89 (35.16% from 255 or 24.12% from 369); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6B59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6B59 is #5294A6. Grayscale: #7C7C7C. Windows color (decimal): -5412007 or 5860269. OLE color: 5860269.

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

Color convert

RGB 173 107 89 -
CMYK 0 0.38 0.49 0.32
HSL 12.86º 0.34% 0.51% -
HSV(B) 12.86º 0.49% 0.68% -
XYZ 24.29 20.12 12.05 -
YUV 124.68 107.87 162.46 -
System Red Green Blue C M Y K H S L
Decimal 173 107 89 0 0.38 0.49 0.32 12.86 0.34 0.51
Hex AD 6B 59 0 26 31 20 D 22 33
Octal 255 153 131 0 46 61 40 15 42 63
Binary 10101101 1101011 1011001 0 100110 110001 100000 1101 100010 110011

Color Harmonies of #AD6B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6B59

Black with #AD6B59

Text Example


Text Example

White with #AD6B59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6B59; }

 p { color: rgb(173,107,89); }

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

background-color css

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

 a { background-color: rgb(173,107,89); }

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

border-color css

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

 span { border-color: rgb(173,107,89); }

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