#AF5955

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

Shades of Apple Blossom #AF5955

Tints of Apple Blossom #AF5955

Color information

#AF5955 (or 0xAF5955) is unknown color: approx Apple Blossom. HEX triplet: AF, 59 and 55. RGB value is (175,89,85). Sum of RGB (Red+Green+Blue) = 175+89+85=349 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.14% from 349); Green value is 89 (35.16% from 255 or 25.50% from 349); Blue value is 85 (33.59% from 255 or 24.36% from 349); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5955 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5955 is #50A6AA. Grayscale: #727272. Windows color (decimal): -5285547 or 5593519. OLE color: 5593519.

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

Color convert

RGB1758985-
CMYK00.490.510.31
HSL2.67º36%50.98%-
HSV(B)2.67º51.43%68.63%-
XYZ22.8916.9110.65-
YUV114.26111.49171.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.14%
GREEN value IS 89 (35.16% from 255) = 25.50%
BLUE value IS 85 (33.59% from 255) = 24.36%
R=50.14%
G=25.50%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175898500.490.510.312.673650.98
HexAF5955031331F32433
Octal257131125061633734463
Binary101011111011001101010101100011100111111111100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5955; }

 p { color: rgb(175,89,85); }

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

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

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

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

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

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

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