#AD4F4E

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

Shades of Apple Blossom #AD4F4E

Tints of Apple Blossom #AD4F4E

Color information

#AD4F4E (or 0xAD4F4E) is unknown color: approx Apple Blossom. HEX triplet: AD, 4F and 4E. RGB value is (173,79,78). Sum of RGB (Red+Green+Blue) = 173+79+78=330 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.42% from 330); Green value is 79 (31.25% from 255 or 23.94% from 330); Blue value is 78 (30.86% from 255 or 23.64% from 330); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4F4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD4F4E is #52B0B1. Grayscale: #6B6B6B. Windows color (decimal): -5419186 or 5132205. OLE color: 5132205.

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

Color convert

RGB1737978-
CMYK00.540.550.32
HSL0.63º37.85%49.22%-
HSV(B)0.63º54.91%67.84%-
XYZ21.415.038.98-
YUV106.99111.64175.08-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 52.42%
GREEN value IS 79 (31.25% from 255) = 23.94%
BLUE value IS 78 (30.86% from 255) = 23.64%
R=52.42%
G=23.94%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173797800.540.550.320.6337.8549.22
HexAD4F4E036372012631
Octal255117116066674014661
Binary101011011001111100111001101101101111000001100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4F4E; }

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

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

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

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

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

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

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

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