#AF4E4C

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

Shades of Apple Blossom #AF4E4C

Tints of Apple Blossom #AF4E4C

Color information

#AF4E4C (or 0xAF4E4C) is unknown color: approx Apple Blossom. HEX triplet: AF, 4E and 4C. RGB value is (175,78,76). Sum of RGB (Red+Green+Blue) = 175+78+76=329 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.19% from 329); Green value is 78 (30.86% from 255 or 23.71% from 329); Blue value is 76 (30.08% from 255 or 23.10% from 329); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF4E4C is #50B1B3. Grayscale: #6A6A6A. Windows color (decimal): -5288372 or 5000879. OLE color: 5000879.

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

Color convert

RGB1757876-
CMYK00.550.570.31
HSL1.21º39.44%49.22%-
HSV(B)1.21º56.57%68.63%-
XYZ21.7115.088.6-
YUV106.78110.64176.66-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 53.19%
GREEN value IS 78 (30.86% from 255) = 23.71%
BLUE value IS 76 (30.08% from 255) = 23.10%
R=53.19%
G=23.71%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175787600.550.570.311.2139.4449.22
HexAF4E4C037391F12731
Octal257116114067713714761
Binary10101111100111010011000110111111001111111100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4E4C; }

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

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

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

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

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

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

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

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