#AF564E

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

Shades of Apple Blossom #AF564E

Tints of Apple Blossom #AF564E

Color information

#AF564E (or 0xAF564E) is unknown color: approx Apple Blossom. HEX triplet: AF, 56 and 4E. RGB value is (175,86,78). Sum of RGB (Red+Green+Blue) = 175+86+78=339 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.62% from 339); Green value is 86 (33.98% from 255 or 25.37% from 339); Blue value is 78 (30.86% from 255 or 23.01% from 339); Max value from RGB is 175 - color contains mainly: red. Hex color #AF564E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF564E is #50A9B1. Grayscale: #6F6F6F. Windows color (decimal): -5286322 or 5133999. OLE color: 5133999.

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

Color convert

RGB1758678-
CMYK00.510.550.31
HSL4.95º38.34%49.61%-
HSV(B)4.95º55.43%68.63%-
XYZ22.3816.329.18-
YUV111.7108.99173.15-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.62%
GREEN value IS 86 (33.98% from 255) = 25.37%
BLUE value IS 78 (30.86% from 255) = 23.01%
R=51.62%
G=25.37%
B=23.01%

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
Decimal175867800.510.550.314.9538.3449.61
HexAF564E033371F52632
Octal257126116063673754662
Binary1010111110101101001110011001111011111111101100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF564E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF564E; }

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

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

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

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

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

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

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

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