#AF5444

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

Shades of Apple Blossom #AF5444

Tints of Apple Blossom #AF5444

Color information

#AF5444 (or 0xAF5444) is unknown color: approx Apple Blossom. HEX triplet: AF, 54 and 44. RGB value is (175,84,68). Sum of RGB (Red+Green+Blue) = 175+84+68=327 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.52% from 327); Green value is 84 (33.20% from 255 or 25.69% from 327); Blue value is 68 (26.95% from 255 or 20.80% from 327); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5444 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5444 is #50ABBB. Grayscale: #6D6D6D. Windows color (decimal): -5286844 or 4478127. OLE color: 4478127.

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

Color convert

RGB1758468-
CMYK00.520.610.31
HSL8.97º44.03%47.65%-
HSV(B)8.97º61.14%68.63%-
XYZ21.8915.877.38-
YUV109.38104.65174.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 53.52%
GREEN value IS 84 (33.20% from 255) = 25.69%
BLUE value IS 68 (26.95% from 255) = 20.80%
R=53.52%
G=25.69%
B=20.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175846800.520.610.318.9744.0347.65
HexAF54440343D1F92c30
Octal2571241040647537115460
Binary10101111101010010001000110100111101111111001101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5444; }

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

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

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

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

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

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

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

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