#AD5144

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

Shades of Apple Blossom #AD5144

Tints of Apple Blossom #AD5144

Color information

#AD5144 (or 0xAD5144) is unknown color: approx Apple Blossom. HEX triplet: AD, 51 and 44. RGB value is (173,81,68). Sum of RGB (Red+Green+Blue) = 173+81+68=322 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.73% from 322); Green value is 81 (32.03% from 255 or 25.16% from 322); Blue value is 68 (26.95% from 255 or 21.12% from 322); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5144 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5144 is #52AEBB. Grayscale: #6B6B6B. Windows color (decimal): -5418684 or 4477357. OLE color: 4477357.

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

Color convert

RGB1738168-
CMYK00.530.610.32
HSL7.43º43.57%47.25%-
HSV(B)7.43º60.69%67.84%-
XYZ21.2215.197.28-
YUV107.03105.98175.06-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 53.73%
GREEN value IS 81 (32.03% from 255) = 25.16%
BLUE value IS 68 (26.95% from 255) = 21.12%
R=53.73%
G=25.16%
B=21.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.61
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173816800.530.610.327.4343.5747.25
HexAD51440353D2072c2f
Octal255121104065754075457
Binary10101101101000110001000110101111101100000111101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5144; }

 p { color: rgb(173,81,68); }

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

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

 a { background-color: rgb(173,81,68); }

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

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

 span { border-color: rgb(173,81,68); }

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