#AD5748

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

Shades of Crail #AD5748

Tints of Crail #AD5748

Color information

#AD5748 (or 0xAD5748) is unknown color: approx Crail. HEX triplet: AD, 57 and 48. RGB value is (173,87,72). Sum of RGB (Red+Green+Blue) = 173+87+72=332 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.11% from 332); Green value is 87 (34.38% from 255 or 26.20% from 332); Blue value is 72 (28.52% from 255 or 21.69% from 332); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5748 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5748 is #52A8B7. Grayscale: #6F6F6F. Windows color (decimal): -5417144 or 4741037. OLE color: 4741037.

HSL color Cylindrical-coordinate representation of color #AD5748: hue angle of 8.91º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD5748 is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.32.

Color convert

RGB1738772-
CMYK00.500.580.32
HSL8.91º41.22%48.04%-
HSV(B)8.91º58.38%67.84%-
XYZ21.8116.178.1-
YUV111105.99172.22-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 52.11%
GREEN value IS 87 (34.38% from 255) = 26.20%
BLUE value IS 72 (28.52% from 255) = 21.69%
R=52.11%
G=26.20%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.58
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173877200.500.580.328.9141.2248.04
HexAD57480323A2092930
Octal2551271100627240115160
Binary101011011010111100100001100101110101000001001101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5748; }

 p { color: rgb(173,87,72); }

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

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

 a { background-color: rgb(173,87,72); }

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

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

 span { border-color: rgb(173,87,72); }

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