#AF5142

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

Shades of Apple Blossom #AF5142

Tints of Apple Blossom #AF5142

Color information

#AF5142 (or 0xAF5142) is unknown color: approx Apple Blossom. HEX triplet: AF, 51 and 42. RGB value is (175,81,66). Sum of RGB (Red+Green+Blue) = 175+81+66=322 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.35% from 322); Green value is 81 (32.03% from 255 or 25.16% from 322); Blue value is 66 (26.17% from 255 or 20.50% from 322); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5142 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5142 is #50AEBD. Grayscale: #6B6B6B. Windows color (decimal): -5287614 or 4346287. OLE color: 4346287.

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

Color convert

RGB1758166-
CMYK00.540.620.31
HSL8.26º45.23%47.25%-
HSV(B)8.26º62.29%68.63%-
XYZ21.615.396.99-
YUV107.4104.64176.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 54.35%
GREEN value IS 81 (32.03% from 255) = 25.16%
BLUE value IS 66 (26.17% from 255) = 20.50%
R=54.35%
G=25.16%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175816600.540.620.318.2645.2347.25
HexAF51420363E1F82d2f
Octal2571211020667637105557
Binary10101111101000110000100110110111110111111000101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5142; }

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

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

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

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

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

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

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

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