#AD5B4E

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

Shades of Crail #AD5B4E

Tints of Crail #AD5B4E

Color information

#AD5B4E (or 0xAD5B4E) is unknown color: approx Crail. HEX triplet: AD, 5B and 4E. RGB value is (173,91,78). Sum of RGB (Red+Green+Blue) = 173+91+78=342 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.58% from 342); Green value is 91 (35.94% from 255 or 26.61% from 342); Blue value is 78 (30.86% from 255 or 22.81% from 342); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5B4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5B4E is #52A4B1. Grayscale: #727272. Windows color (decimal): -5416114 or 5135277. OLE color: 5135277.

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

Color convert

RGB1739178-
CMYK00.470.550.32
HSL8.21º37.85%49.22%-
HSV(B)8.21º54.91%67.84%-
XYZ22.3516.929.29-
YUV114.04107.67170.06-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 50.58%
GREEN value IS 91 (35.94% from 255) = 26.61%
BLUE value IS 78 (30.86% from 255) = 22.81%
R=50.58%
G=26.61%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173917800.470.550.328.2137.8549.22
HexAD5B4E02F372082631
Octal2551331160576740104661
Binary101011011011011100111001011111101111000001000100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5B4E; }

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

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

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

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

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

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

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

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