Html Css Color HEX #AD5D51 Crail

📋 copy color: '#AD5D51'

red 173 ◦ green 93 ◦ blue 81

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

Shades of Crail #AD5D51

Tints of Crail #AD5D51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 23.34%

R = 49.86%
G = 26.8%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.53

 K value IS 0.32

RGB Variations

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

Color information

#AD5D51 (or 0xAD5D51) is known color: Crail. HEX triplet: AD, 5D and 51. RGB value is (173,93,81). Sum of RGB (Red+Green+Blue) = 173+93+81=347 (45% of max value = 765). Red value is 173 (67.97% from 255 or 49.86% from 347); Green value is 93 (36.72% from 255 or 26.80% from 347); Blue value is 81 (32.03% from 255 or 23.34% from 347); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5D51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5D51 is #52A2AE. Grayscale: #737373. Windows color (decimal): -5415599 or 5332397. OLE color: 5332397.

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

Color convert

RGB 173 93 81 -
CMYK 0 0.46 0.53 0.32
HSL 7.83º 0.36% 0.5% -
HSV(B) 7.83º 0.53% 0.68% -
XYZ 22.63 17.31 9.93 -
YUV 115.55 108.5 168.98 -
System Red Green Blue C M Y K H S L
Decimal 173 93 81 0 0.46 0.53 0.32 7.83 0.36 0.5
Hex AD 5D 51 0 2E 35 20 8 24 32
Octal 255 135 121 0 56 65 40 10 44 62
Binary 10101101 1011101 1010001 0 101110 110101 100000 1000 100100 110010

Color Harmonies of #AD5D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5D51

Black with #AD5D51

Text Example


Text Example

White with #AD5D51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5D51; }

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

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

background-color css

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

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

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

border-color css

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

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

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