#AD5F50

Color #AD5F50 Crail (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crail #AD5F50

Tints of Crail #AD5F50

Color information

#AD5F50 (or 0xAD5F50) is unknown color: approx 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

RGB1739580-
CMYK00.450.540.32
HSL9.68º36.76%49.61%-
HSV(B)9.68º53.76%67.84%-
XYZ22.7717.659.8-
YUV116.61107.34168.22-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 49.71%
GREEN value IS 95 (37.5% from 255) = 27.30%
BLUE value IS 80 (31.64% from 255) = 22.99%
R=49.71%
G=27.30%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173958000.450.540.329.6836.7649.61
HexAD5F5002D3620a2532
Octal2551371200556640124562
Binary101011011011111101000001011011101101000001010100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>