Html Css Color HEX #AD6854 Sante Fe

📋 copy color: '#AD6854'

red 173 ◦ green 104 ◦ blue 84

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

Shades of Sante Fe #AD6854

Tints of Sante Fe #AD6854

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.81%

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

R = 47.92%
G = 28.81%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#AD6854 (or 0xAD6854) is known color: Sante Fe. HEX triplet: AD, 68 and 54. RGB value is (173,104,84). Sum of RGB (Red+Green+Blue) = 173+104+84=361 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.92% from 361); Green value is 104 (41.02% from 255 or 28.81% from 361); Blue value is 84 (33.20% from 255 or 23.27% from 361); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6854 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6854 is #5297AB. Grayscale: #7A7A7A. Windows color (decimal): -5412780 or 5531821. OLE color: 5531821.

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

Color convert

RGB 173 104 84 -
CMYK 0 0.40 0.51 0.32
HSL 13.48º 0.35% 0.5% -
HSV(B) 13.48º 0.51% 0.68% -
XYZ 23.78 19.42 10.88 -
YUV 122.35 106.36 164.13 -
System Red Green Blue C M Y K H S L
Decimal 173 104 84 0 0.40 0.51 0.32 13.48 0.35 0.5
Hex AD 68 54 0 28 33 20 D 23 32
Octal 255 150 124 0 50 63 40 15 43 62
Binary 10101101 1101000 1010100 0 101000 110011 100000 1101 100011 110010

Color Harmonies of #AD6854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6854

Black with #AD6854

Text Example


Text Example

White with #AD6854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6854; }

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

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

background-color css

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

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

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

border-color css

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

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

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