#AD5948

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

Shades of Crail #AD5948

Tints of Crail #AD5948

Color information

#AD5948 (or 0xAD5948) is unknown color: approx Crail. HEX triplet: AD, 59 and 48. RGB value is (173,89,72). Sum of RGB (Red+Green+Blue) = 173+89+72=334 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.80% from 334); Green value is 89 (35.16% from 255 or 26.65% from 334); Blue value is 72 (28.52% from 255 or 21.56% from 334); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5948 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5948 is #52A6B7. Grayscale: #707070. Windows color (decimal): -5416632 or 4741549. OLE color: 4741549.

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

Color convert

RGB1738972-
CMYK00.490.580.32
HSL10.1º41.22%48.04%-
HSV(B)10.1º58.38%67.84%-
XYZ21.9816.58.16-
YUV112.18105.33171.38-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 51.80%
GREEN value IS 89 (35.16% from 255) = 26.65%
BLUE value IS 72 (28.52% from 255) = 21.56%
R=51.80%
G=26.65%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.58
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173897200.490.580.3210.141.2248.04
HexAD59480313A20a2930
Octal2551311100617240125160
Binary101011011011001100100001100011110101000001010101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5948; }

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

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

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

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

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

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

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

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