Html Css Color HEX #AD6D54 Sante Fe

📋 copy color: '#AD6D54'

red 173 ◦ green 109 ◦ blue 84

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

Shades of Sante Fe #AD6D54

Tints of Sante Fe #AD6D54

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.78%

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

R = 47.27%
G = 29.78%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#AD6D54 (or 0xAD6D54) is known color: Sante Fe. HEX triplet: AD, 6D and 54. RGB value is (173,109,84). Sum of RGB (Red+Green+Blue) = 173+109+84=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 109 (42.97% from 255 or 29.78% from 366); Blue value is 84 (33.20% from 255 or 22.95% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6D54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6D54 is #5292AB. Grayscale: #7D7D7D. Windows color (decimal): -5411500 or 5533101. OLE color: 5533101.

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

Color convert

RGB 173 109 84 -
CMYK 0 0.37 0.51 0.32
HSL 16.85º 0.35% 0.5% -
HSV(B) 16.85º 0.51% 0.68% -
XYZ 24.3 20.46 11.06 -
YUV 125.29 104.7 162.03 -
System Red Green Blue C M Y K H S L
Decimal 173 109 84 0 0.37 0.51 0.32 16.85 0.35 0.5
Hex AD 6D 54 0 25 33 20 11 23 32
Octal 255 155 124 0 45 63 40 21 43 62
Binary 10101101 1101101 1010100 0 100101 110011 100000 10001 100011 110010

Color Harmonies of #AD6D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6D54

Black with #AD6D54

Text Example


Text Example

White with #AD6D54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6D54; }

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

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

background-color css

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

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

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

border-color css

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

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

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