#AD5445

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

Shades of Apple Blossom #AD5445

Tints of Apple Blossom #AD5445

Color information

#AD5445 (or 0xAD5445) is unknown color: approx Apple Blossom. HEX triplet: AD, 54 and 45. RGB value is (173,84,69). Sum of RGB (Red+Green+Blue) = 173+84+69=326 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.07% from 326); Green value is 84 (33.20% from 255 or 25.77% from 326); Blue value is 69 (27.34% from 255 or 21.17% from 326); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5445 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5445 is #52ABBA. Grayscale: #6D6D6D. Windows color (decimal): -5417915 or 4543661. OLE color: 4543661.

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

Color convert

RGB1738469-
CMYK00.510.600.32
HSL8.65º42.98%47.45%-
HSV(B)8.65º60.12%67.84%-
XYZ21.4815.657.52-
YUV108.9105.49173.72-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 53.07%
GREEN value IS 84 (33.20% from 255) = 25.77%
BLUE value IS 69 (27.34% from 255) = 21.17%
R=53.07%
G=25.77%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173846900.510.600.328.6542.9847.45
HexAD54450333C2092b2f
Octal2551241050637440115357
Binary101011011010100100010101100111111001000001001101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5445; }

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

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

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

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

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

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

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

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