Html Css Color HEX #AD6154 Sante Fe

📋 copy color: '#AD6154'

red 173 ◦ green 97 ◦ blue 84

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

Shades of Sante Fe #AD6154

Tints of Sante Fe #AD6154

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.4%

 BLUE value IS 84 (33.2% from 255) = 23.73%

R = 48.87%
G = 27.4%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#AD6154 (or 0xAD6154) is known color: Sante Fe. HEX triplet: AD, 61 and 54. RGB value is (173,97,84). Sum of RGB (Red+Green+Blue) = 173+97+84=354 (46% of max value = 765). Red value is 173 (67.97% from 255 or 48.87% from 354); Green value is 97 (38.28% from 255 or 27.40% from 354); Blue value is 84 (33.20% from 255 or 23.73% from 354); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6154 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6154 is #529EAB. Grayscale: #767676. Windows color (decimal): -5414572 or 5530029. OLE color: 5530029.

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

Color convert

RGB 173 97 84 -
CMYK 0 0.44 0.51 0.32
HSL 8.76º 0.35% 0.5% -
HSV(B) 8.76º 0.51% 0.68% -
XYZ 23.11 18.07 10.66 -
YUV 118.24 108.68 167.06 -
System Red Green Blue C M Y K H S L
Decimal 173 97 84 0 0.44 0.51 0.32 8.76 0.35 0.5
Hex AD 61 54 0 2C 33 20 9 23 32
Octal 255 141 124 0 54 63 40 11 43 62
Binary 10101101 1100001 1010100 0 101100 110011 100000 1001 100011 110010

Color Harmonies of #AD6154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6154

Black with #AD6154

Text Example


Text Example

White with #AD6154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6154; }

 p { color: rgb(173,97,84); }

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

background-color css

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

 a { background-color: rgb(173,97,84); }

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

border-color css

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

 span { border-color: rgb(173,97,84); }

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