#AF4B41

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

Shades of Apple Blossom #AF4B41

Tints of Apple Blossom #AF4B41

Color information

#AF4B41 (or 0xAF4B41) is unknown color: approx Apple Blossom. HEX triplet: AF, 4B and 41. RGB value is (175,75,65). Sum of RGB (Red+Green+Blue) = 175+75+65=315 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.56% from 315); Green value is 75 (29.69% from 255 or 23.81% from 315); Blue value is 65 (25.78% from 255 or 20.63% from 315); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4B41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4B41 is #50B4BE. Grayscale: #676767. Windows color (decimal): -5289151 or 4279215. OLE color: 4279215.

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

Color convert

RGB1757565-
CMYK00.570.630.31
HSL5.45º45.83%47.06%-
HSV(B)5.45º62.86%68.63%-
XYZ21.1514.536.69-
YUV103.76106.13178.81-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 55.56%
GREEN value IS 75 (29.69% from 255) = 23.81%
BLUE value IS 65 (25.78% from 255) = 20.63%
R=55.56%
G=23.81%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175756500.570.630.315.4545.8347.06
HexAF4B410393F1F52e2f
Octal257113101071773755657
Binary1010111110010111000001011100111111111111101101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4B41; }

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

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

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

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

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

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

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

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