#AF5351

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

Shades of Apple Blossom #AF5351

Tints of Apple Blossom #AF5351

Color information

#AF5351 (or 0xAF5351) is unknown color: approx Apple Blossom. HEX triplet: AF, 53 and 51. RGB value is (175,83,81). Sum of RGB (Red+Green+Blue) = 175+83+81=339 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.62% from 339); Green value is 83 (32.81% from 255 or 24.48% from 339); Blue value is 81 (32.03% from 255 or 23.89% from 339); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5351 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5351 is #50ACAE. Grayscale: #6E6E6E. Windows color (decimal): -5287087 or 5329839. OLE color: 5329839.

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

Color convert

RGB1758381-
CMYK00.530.540.31
HSL1.28º37.01%50.2%-
HSV(B)1.28º53.71%68.63%-
XYZ22.2615.899.68-
YUV110.28111.48174.16-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.62%
GREEN value IS 83 (32.81% from 255) = 24.48%
BLUE value IS 81 (32.03% from 255) = 23.89%
R=51.62%
G=24.48%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175838100.530.540.311.2837.0150.2
HexAF5351035361F12532
Octal257123121065663714562
Binary10101111101001110100010110101110110111111100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5351; }

 p { color: rgb(175,83,81); }

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

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

 a { background-color: rgb(175,83,81); }

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

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

 span { border-color: rgb(175,83,81); }

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