#AD524E

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

Shades of Apple Blossom #AD524E

Tints of Apple Blossom #AD524E

Color information

#AD524E (or 0xAD524E) is unknown color: approx Apple Blossom. HEX triplet: AD, 52 and 4E. RGB value is (173,82,78). Sum of RGB (Red+Green+Blue) = 173+82+78=333 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.95% from 333); Green value is 82 (32.42% from 255 or 24.62% from 333); Blue value is 78 (30.86% from 255 or 23.42% from 333); Max value from RGB is 173 - color contains mainly: red. Hex color #AD524E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD524E is #52ADB1. Grayscale: #6C6C6C. Windows color (decimal): -5418418 or 5132973. OLE color: 5132973.

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

Color convert

RGB1738278-
CMYK00.530.550.32
HSL2.53º37.85%49.22%-
HSV(B)2.53º54.91%67.84%-
XYZ21.6315.479.05-
YUV108.75110.65173.83-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 51.95%
GREEN value IS 82 (32.42% from 255) = 24.62%
BLUE value IS 78 (30.86% from 255) = 23.42%
R=51.95%
G=24.62%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173827800.530.550.322.5337.8549.22
HexAD524E035372032631
Octal255122116065674034661
Binary1010110110100101001110011010111011110000011100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD524E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD524E; }

 p { color: rgb(173,82,78); }

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

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

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

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

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

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

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