#AF594F

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

Shades of Apple Blossom #AF594F

Tints of Apple Blossom #AF594F

Color information

#AF594F (or 0xAF594F) is unknown color: approx Apple Blossom. HEX triplet: AF, 59 and 4F. RGB value is (175,89,79). Sum of RGB (Red+Green+Blue) = 175+89+79=343 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.02% from 343); Green value is 89 (35.16% from 255 or 25.95% from 343); Blue value is 79 (31.25% from 255 or 23.03% from 343); Max value from RGB is 175 - color contains mainly: red. Hex color #AF594F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF594F is #50A6B0. Grayscale: #717171. Windows color (decimal): -5285553 or 5200303. OLE color: 5200303.

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

Color convert

RGB1758979-
CMYK00.490.550.31
HSL6.25º37.8%49.8%-
HSV(B)6.25º54.86%68.63%-
XYZ22.6616.829.45-
YUV113.57108.49171.81-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.02%
GREEN value IS 89 (35.16% from 255) = 25.95%
BLUE value IS 79 (31.25% from 255) = 23.03%
R=51.02%
G=25.95%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175897900.490.550.316.2537.849.8
HexAF594F031371F62632
Octal257131117061673764662
Binary1010111110110011001111011000111011111111110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF594F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF594F; }

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

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

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

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

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

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

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

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