#AF574E

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

Shades of Apple Blossom #AF574E

Tints of Apple Blossom #AF574E

Color information

#AF574E (or 0xAF574E) is unknown color: approx Apple Blossom. HEX triplet: AF, 57 and 4E. RGB value is (175,87,78). Sum of RGB (Red+Green+Blue) = 175+87+78=340 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.47% from 340); Green value is 87 (34.38% from 255 or 25.59% from 340); Blue value is 78 (30.86% from 255 or 22.94% from 340); Max value from RGB is 175 - color contains mainly: red. Hex color #AF574E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF574E is #50A8B1. Grayscale: #707070. Windows color (decimal): -5286066 or 5134255. OLE color: 5134255.

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

Color convert

RGB1758778-
CMYK00.500.550.31
HSL5.57º38.34%49.61%-
HSV(B)5.57º55.43%68.63%-
XYZ22.4616.489.2-
YUV112.29108.65172.73-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.47%
GREEN value IS 87 (34.38% from 255) = 25.59%
BLUE value IS 78 (30.86% from 255) = 22.94%
R=51.47%
G=25.59%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175877800.500.550.315.5738.3449.61
HexAF574E032371F62632
Octal257127116062673764662
Binary1010111110101111001110011001011011111111110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF574E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF574E; }

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

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

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

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

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

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

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

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