#AD5C4D

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

Shades of Crail #AD5C4D

Tints of Crail #AD5C4D

Color information

#AD5C4D (or 0xAD5C4D) is unknown color: approx Crail. HEX triplet: AD, 5C and 4D. RGB value is (173,92,77). Sum of RGB (Red+Green+Blue) = 173+92+77=342 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.58% from 342); Green value is 92 (36.33% from 255 or 26.90% from 342); Blue value is 77 (30.47% from 255 or 22.51% from 342); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5C4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5C4D is #52A3B2. Grayscale: #727272. Windows color (decimal): -5415859 or 5069997. OLE color: 5069997.

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

Color convert

RGB1739277-
CMYK00.470.550.32
HSL9.38º38.4%49.02%-
HSV(B)9.38º55.49%67.84%-
XYZ22.417.079.14-
YUV114.51106.84169.72-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 50.58%
GREEN value IS 92 (36.33% from 255) = 26.90%
BLUE value IS 77 (30.47% from 255) = 22.51%
R=50.58%
G=26.90%
B=22.51%

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
Decimal173927700.470.550.329.3838.449.02
HexAD5C4D02F372092631
Octal2551341150576740114661
Binary101011011011100100110101011111101111000001001100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5C4D; }

 p { color: rgb(173,92,77); }

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

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

 a { background-color: rgb(173,92,77); }

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

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

 span { border-color: rgb(173,92,77); }

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