#af5a59

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

Shades of Apple Blossom #AF5A59

Tints of Apple Blossom #AF5A59

Color information

#AF5A59 (or 0xAF5A59) is unknown color: approx Apple Blossom. HEX triplet: AF, 5A and 59. RGB value is (175,90,89). Sum of RGB (Red+Green+Blue) = 175+90+89=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 90 (35.55% from 255 or 25.42% from 354); Blue value is 89 (35.16% from 255 or 25.14% from 354); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5A59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5A59 is #50A5A6. Grayscale: #737373. Windows color (decimal): -5285287 or 5855919. OLE color: 5855919.

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

Color convert

RGB1759089-
CMYK00.490.490.31
HSL0.7º34.96%51.76%-
HSV(B)0.7º49.14%68.63%-
XYZ23.1417.1511.54-
YUV115.3113.16170.58-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.44%
GREEN value IS 90 (35.55% from 255) = 25.42%
BLUE value IS 89 (35.16% from 255) = 25.14%
R=49.44%
G=25.42%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175908900.490.490.310.734.9651.76
HexAF5A59031311F12334
Octal257132131061613714364
Binary10101111101101010110010110001110001111111100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af5a59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af5a59; }

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

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

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

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

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

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

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

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