#AD5454

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

Shades of Apple Blossom #AD5454

Tints of Apple Blossom #AD5454

Color information

#AD5454 (or 0xAD5454) is unknown color: approx Apple Blossom. HEX triplet: AD, 54 and 54. RGB value is (173,84,84). Sum of RGB (Red+Green+Blue) = 173+84+84=341 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.73% from 341); Green value is 84 (33.20% from 255 or 24.63% from 341); Blue value is 84 (33.20% from 255 or 24.63% from 341); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5454 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5454 is #52ABAB. Grayscale: #6E6E6E. Windows color (decimal): -5417900 or 5526701. OLE color: 5526701.

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

Color convert

RGB1738484-
CMYK00.510.510.32
HSL35.18%50.39%-
HSV(B)51.45%67.84%-
XYZ2215.8610.29-
YUV110.61112.99172.5-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 50.73%
GREEN value IS 84 (33.20% from 255) = 24.63%
BLUE value IS 84 (33.20% from 255) = 24.63%
R=50.73%
G=24.63%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173848400.510.510.32035.1850.39
HexAD5454033332002332
Octal255124124063634004362
Binary101011011010100101010001100111100111000000100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5454; }

 p { color: rgb(173,84,84); }

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

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

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

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

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

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

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