#AF5B55

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

Shades of Apple Blossom #AF5B55

Tints of Apple Blossom #AF5B55

Color information

#AF5B55 (or 0xAF5B55) is unknown color: approx Apple Blossom. HEX triplet: AF, 5B and 55. RGB value is (175,91,85). Sum of RGB (Red+Green+Blue) = 175+91+85=351 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.86% from 351); Green value is 91 (35.94% from 255 or 25.93% from 351); Blue value is 85 (33.59% from 255 or 24.22% from 351); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5B55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5B55 is #50A4AA. Grayscale: #737373. Windows color (decimal): -5285035 or 5594031. OLE color: 5594031.

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

Color convert

RGB1759185-
CMYK00.480.510.31
HSL36%50.98%-
HSV(B)51.43%68.63%-
XYZ23.0617.2510.71-
YUV115.43110.83170.49-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.86%
GREEN value IS 91 (35.94% from 255) = 25.93%
BLUE value IS 85 (33.59% from 255) = 24.22%
R=49.86%
G=25.93%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175918500.480.510.3143650.98
HexAF5B55030331F42433
Octal257133125060633744463
Binary1010111110110111010101011000011001111111100100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5B55; }

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

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

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

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

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

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

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

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