Html Css Color HEX #AD5D49 Crail

📋 copy color: '#AD5D49'

red 173 ◦ green 93 ◦ blue 73

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

Shades of Crail #AD5D49

Tints of Crail #AD5D49

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.43%

 BLUE value IS 73 (28.91% from 255) = 21.53%

R = 51.03%
G = 27.43%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AD5D49 (or 0xAD5D49) is known color: Crail. HEX triplet: AD, 5D and 49. RGB value is (173,93,73). Sum of RGB (Red+Green+Blue) = 173+93+73=339 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.03% from 339); Green value is 93 (36.72% from 255 or 27.43% from 339); Blue value is 73 (28.91% from 255 or 21.53% from 339); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5D49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5D49 is #52A2B6. Grayscale: #727272. Windows color (decimal): -5415607 or 4808109. OLE color: 4808109.

HSL color Cylindrical-coordinate representation of color #AD5D49: hue angle of 12º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD5D49 is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 93 73 -
CMYK 0 0.46 0.58 0.32
HSL 12º 0.41% 0.48% -
HSV(B) 12º 0.58% 0.68% -
XYZ 22.35 17.19 8.44 -
YUV 114.64 104.5 169.63 -
System Red Green Blue C M Y K H S L
Decimal 173 93 73 0 0.46 0.58 0.32 12 0.41 0.48
Hex AD 5D 49 0 2E 3A 20 C 29 30
Octal 255 135 111 0 56 72 40 14 51 60
Binary 10101101 1011101 1001001 0 101110 111010 100000 1100 101001 110000

Color Harmonies of #AD5D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5D49

Black with #AD5D49

Text Example


Text Example

White with #AD5D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5D49; }

 p { color: rgb(173,93,73); }

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

background-color css

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

 a { background-color: rgb(173,93,73); }

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

border-color css

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

 span { border-color: rgb(173,93,73); }

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