#AF5248

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

Shades of Apple Blossom #AF5248

Tints of Apple Blossom #AF5248

Color information

#AF5248 (or 0xAF5248) is unknown color: approx Apple Blossom. HEX triplet: AF, 52 and 48. RGB value is (175,82,72). Sum of RGB (Red+Green+Blue) = 175+82+72=329 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.19% from 329); Green value is 82 (32.42% from 255 or 24.92% from 329); Blue value is 72 (28.52% from 255 or 21.88% from 329); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5248 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5248 is #50ADB7. Grayscale: #6C6C6C. Windows color (decimal): -5287352 or 4739759. OLE color: 4739759.

HSL color Cylindrical-coordinate representation of color #AF5248: hue angle of 5.83º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AF5248 is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB1758272-
CMYK00.530.590.31
HSL5.83º41.7%48.43%-
HSV(B)5.83º58.86%68.63%-
XYZ21.8715.627.99-
YUV108.67107.31175.31-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 53.19%
GREEN value IS 82 (32.42% from 255) = 24.92%
BLUE value IS 72 (28.52% from 255) = 21.88%
R=53.19%
G=24.92%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175827200.530.590.315.8341.748.43
HexAF52480353B1F62a30
Octal257122110065733765260
Binary1010111110100101001000011010111101111111110101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5248; }

 p { color: rgb(175,82,72); }

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

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

 a { background-color: rgb(175,82,72); }

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

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

 span { border-color: rgb(175,82,72); }

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