#AD5145

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

Shades of Apple Blossom #AD5145

Tints of Apple Blossom #AD5145

Color information

#AD5145 (or 0xAD5145) is unknown color: approx Apple Blossom. HEX triplet: AD, 51 and 45. RGB value is (173,81,69). Sum of RGB (Red+Green+Blue) = 173+81+69=323 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.56% from 323); Green value is 81 (32.03% from 255 or 25.08% from 323); Blue value is 69 (27.34% from 255 or 21.36% from 323); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5145 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5145 is #52AEBA. Grayscale: #6B6B6B. Windows color (decimal): -5418683 or 4542893. OLE color: 4542893.

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

Color convert

RGB1738169-
CMYK00.530.600.32
HSL6.92º42.98%47.45%-
HSV(B)6.92º60.12%67.84%-
XYZ21.2515.27.44-
YUV107.14106.48174.98-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 53.56%
GREEN value IS 81 (32.03% from 255) = 25.08%
BLUE value IS 69 (27.34% from 255) = 21.36%
R=53.56%
G=25.08%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173816900.530.600.326.9242.9847.45
HexAD51450353C2072b2f
Octal255121105065744075357
Binary10101101101000110001010110101111100100000111101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5145; }

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

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

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

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

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

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

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

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