#AF4E42

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

Shades of Apple Blossom #AF4E42

Tints of Apple Blossom #AF4E42

Color information

#AF4E42 (or 0xAF4E42) is unknown color: approx Apple Blossom. HEX triplet: AF, 4E and 42. RGB value is (175,78,66). Sum of RGB (Red+Green+Blue) = 175+78+66=319 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.86% from 319); Green value is 78 (30.86% from 255 or 24.45% from 319); Blue value is 66 (26.17% from 255 or 20.69% from 319); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF4E42 is #50B1BD. Grayscale: #696969. Windows color (decimal): -5288382 or 4345519. OLE color: 4345519.

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

Color convert

RGB1757866-
CMYK00.550.620.31
HSL6.61º45.23%47.25%-
HSV(B)6.61º62.29%68.63%-
XYZ21.3914.966.91-
YUV105.64105.64177.48-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 54.86%
GREEN value IS 78 (30.86% from 255) = 24.45%
BLUE value IS 66 (26.17% from 255) = 20.69%
R=54.86%
G=24.45%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175786600.550.620.316.6145.2347.25
HexAF4E420373E1F72d2f
Octal257116102067763775557
Binary1010111110011101000010011011111111011111111101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4E42; }

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

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

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

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

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

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

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

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