#AF504C

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

Shades of Apple Blossom #AF504C

Tints of Apple Blossom #AF504C

Color information

#AF504C (or 0xAF504C) is unknown color: approx Apple Blossom. HEX triplet: AF, 50 and 4C. RGB value is (175,80,76). Sum of RGB (Red+Green+Blue) = 175+80+76=331 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.87% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 76 (30.08% from 255 or 22.96% from 331); Max value from RGB is 175 - color contains mainly: red. Hex color #AF504C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF504C is #50AFB3. Grayscale: #6C6C6C. Windows color (decimal): -5287860 or 5001391. OLE color: 5001391.

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

Color convert

RGB1758076-
CMYK00.540.570.31
HSL2.42º39.44%49.22%-
HSV(B)2.42º56.57%68.63%-
XYZ21.8515.378.65-
YUV107.95109.97175.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 52.87%
GREEN value IS 80 (31.64% from 255) = 24.17%
BLUE value IS 76 (30.08% from 255) = 22.96%
R=52.87%
G=24.17%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175807600.540.570.312.4239.4449.22
HexAF504C036391F22731
Octal257120114066713724761
Binary101011111010000100110001101101110011111110100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF504C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF504C; }

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

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

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

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

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

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

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

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