#AF514E

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

Shades of Apple Blossom #AF514E

Tints of Apple Blossom #AF514E

Color information

#AF514E (or 0xAF514E) is unknown color: approx Apple Blossom. HEX triplet: AF, 51 and 4E. RGB value is (175,81,78). Sum of RGB (Red+Green+Blue) = 175+81+78=334 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.40% from 334); Green value is 81 (32.03% from 255 or 24.25% from 334); Blue value is 78 (30.86% from 255 or 23.35% from 334); Max value from RGB is 175 - color contains mainly: red. Hex color #AF514E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF514E is #50AEB1. Grayscale: #6C6C6C. Windows color (decimal): -5287602 or 5132719. OLE color: 5132719.

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

Color convert

RGB1758178-
CMYK00.540.550.31
HSL1.86º38.34%49.61%-
HSV(B)1.86º55.43%68.63%-
XYZ2215.559.05-
YUV108.76110.64175.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 52.40%
GREEN value IS 81 (32.03% from 255) = 24.25%
BLUE value IS 78 (30.86% from 255) = 23.35%
R=52.40%
G=24.25%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175817800.540.550.311.8638.3449.61
HexAF514E036371F22632
Octal257121116066673724662
Binary101011111010001100111001101101101111111110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF514E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF514E; }

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

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

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

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

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

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

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

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