#AD4F48

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

Shades of Apple Blossom #AD4F48

Tints of Apple Blossom #AD4F48

Color information

#AD4F48 (or 0xAD4F48) is unknown color: approx Apple Blossom. HEX triplet: AD, 4F and 48. RGB value is (173,79,72). Sum of RGB (Red+Green+Blue) = 173+79+72=324 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.40% from 324); Green value is 79 (31.25% from 255 or 24.38% from 324); Blue value is 72 (28.52% from 255 or 22.22% from 324); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4F48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD4F48 is #52B0B7. Grayscale: #6A6A6A. Windows color (decimal): -5419192 or 4738989. OLE color: 4738989.

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

Color convert

RGB1737972-
CMYK00.540.580.32
HSL4.16º41.22%48.04%-
HSV(B)4.16º58.38%67.84%-
XYZ21.214.947.9-
YUV106.31108.64175.57-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 53.40%
GREEN value IS 79 (31.25% from 255) = 24.38%
BLUE value IS 72 (28.52% from 255) = 22.22%
R=53.40%
G=24.38%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.58
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173797200.540.580.324.1641.2248.04
HexAD4F480363A2042930
Octal255117110066724045160
Binary10101101100111110010000110110111010100000100101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4F48; }

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

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

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

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

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

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

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

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