#AF4A42

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

Shades of Apple Blossom #AF4A42

Tints of Apple Blossom #AF4A42

Color information

#AF4A42 (or 0xAF4A42) is unknown color: approx Apple Blossom. HEX triplet: AF, 4A and 42. RGB value is (175,74,66). Sum of RGB (Red+Green+Blue) = 175+74+66=315 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.56% from 315); Green value is 74 (29.30% from 255 or 23.49% from 315); Blue value is 66 (26.17% from 255 or 20.95% from 315); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4A42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4A42 is #50B5BD. Grayscale: #676767. Windows color (decimal): -5289406 or 4344495. OLE color: 4344495.

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

Color convert

RGB1757466-
CMYK00.580.620.31
HSL4.4º45.23%47.25%-
HSV(B)4.4º62.29%68.63%-
XYZ21.1114.46.82-
YUV103.29106.96179.15-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 55.56%
GREEN value IS 74 (29.30% from 255) = 23.49%
BLUE value IS 66 (26.17% from 255) = 20.95%
R=55.56%
G=23.49%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175746600.580.620.314.445.2347.25
HexAF4A4203A3E1F42d2f
Octal257112102072763745557
Binary1010111110010101000010011101011111011111100101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4A42; }

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

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

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

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

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

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

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

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