#AD5541

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

Shades of Crail #AD5541

Tints of Crail #AD5541

Color information

#AD5541 (or 0xAD5541) is unknown color: approx Crail. HEX triplet: AD, 55 and 41. RGB value is (173,85,65). Sum of RGB (Red+Green+Blue) = 173+85+65=323 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.56% from 323); Green value is 85 (33.59% from 255 or 26.32% from 323); Blue value is 65 (25.78% from 255 or 20.12% from 323); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5541 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5541 is #52AABE. Grayscale: #6D6D6D. Windows color (decimal): -5417663 or 4281773. OLE color: 4281773.

HSL color Cylindrical-coordinate representation of color #AD5541: hue angle of 11.11º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD5541 is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.32.

Color convert

RGB1738565-
CMYK00.510.620.32
HSL11.11º45.38%46.67%-
HSV(B)11.11º62.43%67.84%-
XYZ21.4415.766.91-
YUV109.03103.15173.63-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 53.56%
GREEN value IS 85 (33.59% from 255) = 26.32%
BLUE value IS 65 (25.78% from 255) = 20.12%
R=53.56%
G=26.32%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.62
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173856500.510.620.3211.1145.3846.67
HexAD55410333E20b2d2f
Octal2551251010637640135557
Binary101011011010101100000101100111111101000001011101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5541; }

 p { color: rgb(173,85,65); }

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

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

 a { background-color: rgb(173,85,65); }

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

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

 span { border-color: rgb(173,85,65); }

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