#AF5448

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

Shades of Apple Blossom #AF5448

Tints of Apple Blossom #AF5448

Color information

#AF5448 (or 0xAF5448) is unknown color: approx Apple Blossom. HEX triplet: AF, 54 and 48. RGB value is (175,84,72). Sum of RGB (Red+Green+Blue) = 175+84+72=331 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.87% from 331); Green value is 84 (33.20% from 255 or 25.38% from 331); Blue value is 72 (28.52% from 255 or 21.75% from 331); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5448 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5448 is #50ABB7. Grayscale: #6D6D6D. Windows color (decimal): -5286840 or 4740271. OLE color: 4740271.

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

Color convert

RGB1758472-
CMYK00.520.590.31
HSL6.99º41.7%48.43%-
HSV(B)6.99º58.86%68.63%-
XYZ22.0215.928.04-
YUV109.84106.65174.48-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 52.87%
GREEN value IS 84 (33.20% from 255) = 25.38%
BLUE value IS 72 (28.52% from 255) = 21.75%
R=52.87%
G=25.38%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175847200.520.590.316.9941.748.43
HexAF54480343B1F72a30
Octal257124110064733775260
Binary1010111110101001001000011010011101111111111101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5448; }

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

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

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

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

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

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

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

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