Html Css Color HEX #AD6C57 Sante Fe

📋 copy color: '#AD6C57'

red 173 ◦ green 108 ◦ blue 87

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

Shades of Sante Fe #AD6C57

Tints of Sante Fe #AD6C57

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.35%

 BLUE value IS 87 (34.38% from 255) = 23.64%

R = 47.01%
G = 29.35%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.50

 K value IS 0.32

RGB Variations

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

Color information

#AD6C57 (or 0xAD6C57) is known color: Sante Fe. HEX triplet: AD, 6C and 57. RGB value is (173,108,87). Sum of RGB (Red+Green+Blue) = 173+108+87=368 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.01% from 368); Green value is 108 (42.58% from 255 or 29.35% from 368); Blue value is 87 (34.38% from 255 or 23.64% from 368); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6C57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6C57 is #5293A8. Grayscale: #7D7D7D. Windows color (decimal): -5411753 or 5729453. OLE color: 5729453.

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

Color convert

RGB 173 108 87 -
CMYK 0 0.38 0.50 0.32
HSL 14.65º 0.34% 0.51% -
HSV(B) 14.65º 0.5% 0.68% -
XYZ 24.32 20.3 11.65 -
YUV 125.04 106.53 162.21 -
System Red Green Blue C M Y K H S L
Decimal 173 108 87 0 0.38 0.50 0.32 14.65 0.34 0.51
Hex AD 6C 57 0 26 32 20 F 22 33
Octal 255 154 127 0 46 62 40 17 42 63
Binary 10101101 1101100 1010111 0 100110 110010 100000 1111 100010 110011

Color Harmonies of #AD6C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6C57

Black with #AD6C57

Text Example


Text Example

White with #AD6C57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6C57; }

 p { color: rgb(173,108,87); }

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

background-color css

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

 a { background-color: rgb(173,108,87); }

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

border-color css

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

 span { border-color: rgb(173,108,87); }

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