#AD6050

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

Shades of Crail #AD6050

Tints of Crail #AD6050

Color information

#AD6050 (or 0xAD6050) is unknown color: approx Crail. HEX triplet: AD, 60 and 50. RGB value is (173,96,80). Sum of RGB (Red+Green+Blue) = 173+96+80=349 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.57% from 349); Green value is 96 (37.89% from 255 or 27.51% from 349); Blue value is 80 (31.64% from 255 or 22.92% from 349); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6050 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6050 is #529FAF. Grayscale: #757575. Windows color (decimal): -5414832 or 5267629. OLE color: 5267629.

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

Color convert

RGB1739680-
CMYK00.450.540.32
HSL10.32º36.76%49.61%-
HSV(B)10.32º53.76%67.84%-
XYZ22.8617.839.83-
YUV117.2107.01167.8-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 49.57%
GREEN value IS 96 (37.89% from 255) = 27.51%
BLUE value IS 80 (31.64% from 255) = 22.92%
R=49.57%
G=27.51%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173968000.450.540.3210.3236.7649.61
HexAD605002D3620a2532
Octal2551401200556640124562
Binary101011011100000101000001011011101101000001010100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6050; }

 p { color: rgb(173,96,80); }

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

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

 a { background-color: rgb(173,96,80); }

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

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

 span { border-color: rgb(173,96,80); }

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