#AF5454

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

Shades of Apple Blossom #AF5454

Tints of Apple Blossom #AF5454

Color information

#AF5454 (or 0xAF5454) is unknown color: approx Apple Blossom. HEX triplet: AF, 54 and 54. RGB value is (175,84,84). Sum of RGB (Red+Green+Blue) = 175+84+84=343 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.02% from 343); Green value is 84 (33.20% from 255 or 24.49% from 343); Blue value is 84 (33.20% from 255 or 24.49% from 343); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5454 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5454 is #50ABAB. Grayscale: #6F6F6F. Windows color (decimal): -5286828 or 5526703. OLE color: 5526703.

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

Color convert

RGB1758484-
CMYK00.520.520.31
HSL36.25%50.78%-
HSV(B)52%68.63%-
XYZ22.4516.0910.31-
YUV111.21112.65173.5-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.02%
GREEN value IS 84 (33.20% from 255) = 24.49%
BLUE value IS 84 (33.20% from 255) = 24.49%
R=51.02%
G=24.49%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175848400.520.520.31036.2550.78
HexAF5454034341F02433
Octal257124124064643704463
Binary10101111101010010101000110100110100111110100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5454; }

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

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

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

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

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

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

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

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