Html Css Color HEX #AD5F50 Crail

📋 copy color: '#AD5F50'

red 173 ◦ green 95 ◦ blue 80

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

Shades of Crail #AD5F50

Tints of Crail #AD5F50

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.3%

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

R = 49.71%
G = 27.3%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#AD5F50 (or 0xAD5F50) is known color: Crail. HEX triplet: AD, 5F and 50. RGB value is (173,95,80). Sum of RGB (Red+Green+Blue) = 173+95+80=348 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.71% from 348); Green value is 95 (37.5% from 255 or 27.30% from 348); Blue value is 80 (31.64% from 255 or 22.99% from 348); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5F50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5F50 is #52A0AF. Grayscale: #747474. Windows color (decimal): -5415088 or 5267373. OLE color: 5267373.

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

Color convert

RGB 173 95 80 -
CMYK 0 0.45 0.54 0.32
HSL 9.68º 0.37% 0.5% -
HSV(B) 9.68º 0.54% 0.68% -
XYZ 22.77 17.65 9.8 -
YUV 116.61 107.34 168.22 -
System Red Green Blue C M Y K H S L
Decimal 173 95 80 0 0.45 0.54 0.32 9.68 0.37 0.5
Hex AD 5F 50 0 2D 36 20 A 25 32
Octal 255 137 120 0 55 66 40 12 45 62
Binary 10101101 1011111 1010000 0 101101 110110 100000 1010 100101 110010

Color Harmonies of #AD5F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5F50

Black with #AD5F50

Text Example


Text Example

White with #AD5F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5F50; }

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

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

background-color css

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

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

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

border-color css

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

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

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