#AD524B

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

Shades of Apple Blossom #AD524B

Tints of Apple Blossom #AD524B

Color information

#AD524B (or 0xAD524B) is unknown color: approx Apple Blossom. HEX triplet: AD, 52 and 4B. RGB value is (173,82,75). Sum of RGB (Red+Green+Blue) = 173+82+75=330 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.42% from 330); Green value is 82 (32.42% from 255 or 24.85% from 330); Blue value is 75 (29.69% from 255 or 22.73% from 330); Max value from RGB is 173 - color contains mainly: red. Hex color #AD524B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD524B is #52ADB4. Grayscale: #6C6C6C. Windows color (decimal): -5418421 or 4936365. OLE color: 4936365.

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

Color convert

RGB1738275-
CMYK00.530.570.32
HSL4.29º39.52%48.63%-
HSV(B)4.29º56.65%67.84%-
XYZ21.5215.438.5-
YUV108.41109.15174.07-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 52.42%
GREEN value IS 82 (32.42% from 255) = 24.85%
BLUE value IS 75 (29.69% from 255) = 22.73%
R=52.42%
G=24.85%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173827500.530.570.324.2939.5248.63
HexAD524B035392042831
Octal255122113065714045061
Binary10101101101001010010110110101111001100000100101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD524B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD524B; }

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

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

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

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

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

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

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

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