#AD504B

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

Shades of Apple Blossom #AD504B

Tints of Apple Blossom #AD504B

Color information

#AD504B (or 0xAD504B) is unknown color: approx Apple Blossom. HEX triplet: AD, 50 and 4B. RGB value is (173,80,75). Sum of RGB (Red+Green+Blue) = 173+80+75=328 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.74% from 328); Green value is 80 (31.64% from 255 or 24.39% from 328); Blue value is 75 (29.69% from 255 or 22.87% from 328); Max value from RGB is 173 - color contains mainly: red. Hex color #AD504B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD504B is #52AFB4. Grayscale: #6B6B6B. Windows color (decimal): -5418933 or 4935853. OLE color: 4935853.

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

Color convert

RGB1738075-
CMYK00.540.570.32
HSL3.06º39.52%48.63%-
HSV(B)3.06º56.65%67.84%-
XYZ21.3715.138.45-
YUV107.24109.81174.91-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 52.74%
GREEN value IS 80 (31.64% from 255) = 24.39%
BLUE value IS 75 (29.69% from 255) = 22.87%
R=52.74%
G=24.39%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173807500.540.570.323.0639.5248.63
HexAD504B036392032831
Octal255120113066714035061
Binary1010110110100001001011011011011100110000011101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD504B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD504B; }

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

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

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

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

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

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

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

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