Html Css Color HEX #AD6350 Sante Fe

📋 copy color: '#AD6350'

red 173 ◦ green 99 ◦ blue 80

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

Shades of Sante Fe #AD6350

Tints of Sante Fe #AD6350

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.13%

 BLUE value IS 80 (31.64% from 255) = 22.73%

R = 49.15%
G = 28.13%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#AD6350 (or 0xAD6350) is known color: Sante Fe. HEX triplet: AD, 63 and 50. RGB value is (173,99,80). Sum of RGB (Red+Green+Blue) = 173+99+80=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 99 (39.06% from 255 or 28.12% from 352); Blue value is 80 (31.64% from 255 or 22.73% from 352); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6350 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6350 is #529CAF. Grayscale: #777777. Windows color (decimal): -5414064 or 5268397. OLE color: 5268397.

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

Color convert

RGB 173 99 80 -
CMYK 0 0.43 0.54 0.32
HSL 12.26º 0.37% 0.5% -
HSV(B) 12.26º 0.54% 0.68% -
XYZ 23.14 18.39 9.92 -
YUV 118.96 106.02 166.54 -
System Red Green Blue C M Y K H S L
Decimal 173 99 80 0 0.43 0.54 0.32 12.26 0.37 0.5
Hex AD 63 50 0 2B 36 20 C 25 32
Octal 255 143 120 0 53 66 40 14 45 62
Binary 10101101 1100011 1010000 0 101011 110110 100000 1100 100101 110010

Color Harmonies of #AD6350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6350

Black with #AD6350

Text Example


Text Example

White with #AD6350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6350; }

 p { color: rgb(173,99,80); }

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

background-color css

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

 a { background-color: rgb(173,99,80); }

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

border-color css

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

 span { border-color: rgb(173,99,80); }

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