#AF5041

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

Shades of Apple Blossom #AF5041

Tints of Apple Blossom #AF5041

Color information

#AF5041 (or 0xAF5041) is unknown color: approx Apple Blossom. HEX triplet: AF, 50 and 41. RGB value is (175,80,65). Sum of RGB (Red+Green+Blue) = 175+80+65=320 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.69% from 320); Green value is 80 (31.64% from 255 or 25% from 320); Blue value is 65 (25.78% from 255 or 20.31% from 320); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5041 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5041 is #50AFBE. Grayscale: #6A6A6A. Windows color (decimal): -5287871 or 4280495. OLE color: 4280495.

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

Color convert

RGB1758065-
CMYK00.540.630.31
HSL8.18º45.83%47.06%-
HSV(B)8.18º62.86%68.63%-
XYZ21.515.236.81-
YUV106.7104.47176.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 54.69%
GREEN value IS 80 (31.64% from 255) = 25%
BLUE value IS 65 (25.78% from 255) = 20.31%
R=54.69%
G=25%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175806500.540.630.318.1845.8347.06
HexAF50410363F1F82e2f
Octal2571201010667737105657
Binary10101111101000010000010110110111111111111000101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5041; }

 p { color: rgb(175,80,65); }

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

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

 a { background-color: rgb(175,80,65); }

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

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

 span { border-color: rgb(175,80,65); }

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