#AD524A

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

Shades of Apple Blossom #AD524A

Tints of Apple Blossom #AD524A

Color information

#AD524A (or 0xAD524A) is unknown color: approx Apple Blossom. HEX triplet: AD, 52 and 4A. RGB value is (173,82,74). Sum of RGB (Red+Green+Blue) = 173+82+74=329 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.58% from 329); Green value is 82 (32.42% from 255 or 24.92% from 329); Blue value is 74 (29.30% from 255 or 22.49% from 329); Max value from RGB is 173 - color contains mainly: red. Hex color #AD524A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD524A is #52ADB5. Grayscale: #6C6C6C. Windows color (decimal): -5418422 or 4870829. OLE color: 4870829.

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

Color convert

RGB1738274-
CMYK00.530.570.32
HSL4.85º40.08%48.43%-
HSV(B)4.85º57.23%67.84%-
XYZ21.4915.418.32-
YUV108.3108.65174.15-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 52.58%
GREEN value IS 82 (32.42% from 255) = 24.92%
BLUE value IS 74 (29.30% from 255) = 22.49%
R=52.58%
G=24.92%
B=22.49%

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
Decimal173827400.530.570.324.8540.0848.43
HexAD524A035392052830
Octal255122112065714055060
Binary10101101101001010010100110101111001100000101101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD524A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD524A; }

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

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

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

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

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

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

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

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