#AF5148

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

Shades of Apple Blossom #AF5148

Tints of Apple Blossom #AF5148

Color information

#AF5148 (or 0xAF5148) is unknown color: approx Apple Blossom. HEX triplet: AF, 51 and 48. RGB value is (175,81,72). Sum of RGB (Red+Green+Blue) = 175+81+72=328 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.35% from 328); Green value is 81 (32.03% from 255 or 24.70% from 328); Blue value is 72 (28.52% from 255 or 21.95% from 328); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5148 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5148 is #50AEB7. Grayscale: #6C6C6C. Windows color (decimal): -5287608 or 4739503. OLE color: 4739503.

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

Color convert

RGB1758172-
CMYK00.540.590.31
HSL5.24º41.7%48.43%-
HSV(B)5.24º58.86%68.63%-
XYZ21.7915.477.97-
YUV108.08107.64175.73-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 53.35%
GREEN value IS 81 (32.03% from 255) = 24.70%
BLUE value IS 72 (28.52% from 255) = 21.95%
R=53.35%
G=24.70%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175817200.540.590.315.2441.748.43
HexAF51480363B1F52a30
Octal257121110066733755260
Binary1010111110100011001000011011011101111111101101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5148; }

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

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

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

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

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

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

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

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