#AD5B50

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

Shades of Crail #AD5B50

Tints of Crail #AD5B50

Color information

#AD5B50 (or 0xAD5B50) is unknown color: approx Crail. HEX triplet: AD, 5B and 50. RGB value is (173,91,80). Sum of RGB (Red+Green+Blue) = 173+91+80=344 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.29% from 344); Green value is 91 (35.94% from 255 or 26.45% from 344); Blue value is 80 (31.64% from 255 or 23.26% from 344); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5B50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5B50 is #52A4AF. Grayscale: #727272. Windows color (decimal): -5416112 or 5266349. OLE color: 5266349.

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

Color convert

RGB1739180-
CMYK00.470.540.32
HSL7.1º36.76%49.61%-
HSV(B)7.1º53.76%67.84%-
XYZ22.4216.959.68-
YUV114.26108.67169.89-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 50.29%
GREEN value IS 91 (35.94% from 255) = 26.45%
BLUE value IS 80 (31.64% from 255) = 23.26%
R=50.29%
G=26.45%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173918000.470.540.327.136.7649.61
HexAD5B5002F362072532
Octal255133120057664074562
Binary10101101101101110100000101111110110100000111100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5B50; }

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

 H1.HeaderClassName
 {
   color: #AD5B50;
 }
 .AnyTagClassName
 {
   color: #AD5B50;
 }
</style>
background-color css

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

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

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

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

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

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