#AF564F

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

Shades of Apple Blossom #AF564F

Tints of Apple Blossom #AF564F

Color information

#AF564F (or 0xAF564F) is unknown color: approx Apple Blossom. HEX triplet: AF, 56 and 4F. RGB value is (175,86,79). Sum of RGB (Red+Green+Blue) = 175+86+79=340 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.47% from 340); Green value is 86 (33.98% from 255 or 25.29% from 340); Blue value is 79 (31.25% from 255 or 23.24% from 340); Max value from RGB is 175 - color contains mainly: red. Hex color #AF564F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF564F is #50A9B0. Grayscale: #6F6F6F. Windows color (decimal): -5286321 or 5199535. OLE color: 5199535.

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

Color convert

RGB1758679-
CMYK00.510.550.31
HSL4.38º37.8%49.8%-
HSV(B)4.38º54.86%68.63%-
XYZ22.4216.339.37-
YUV111.81109.49173.07-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.47%
GREEN value IS 86 (33.98% from 255) = 25.29%
BLUE value IS 79 (31.25% from 255) = 23.24%
R=51.47%
G=25.29%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175867900.510.550.314.3837.849.8
HexAF564F033371F42632
Octal257126117063673744662
Binary1010111110101101001111011001111011111111100100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF564F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF564F; }

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

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

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

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

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

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

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

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