#AF544F

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

Shades of Apple Blossom #AF544F

Tints of Apple Blossom #AF544F

Color information

#AF544F (or 0xAF544F) is unknown color: approx Apple Blossom. HEX triplet: AF, 54 and 4F. RGB value is (175,84,79). Sum of RGB (Red+Green+Blue) = 175+84+79=338 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.78% from 338); Green value is 84 (33.20% from 255 or 24.85% from 338); Blue value is 79 (31.25% from 255 or 23.37% from 338); Max value from RGB is 175 - color contains mainly: red. Hex color #AF544F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF544F is #50ABB0. Grayscale: #6E6E6E. Windows color (decimal): -5286833 or 5199023. OLE color: 5199023.

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

Color convert

RGB1758479-
CMYK00.520.550.31
HSL3.13º37.8%49.8%-
HSV(B)3.13º54.86%68.63%-
XYZ22.2616.029.32-
YUV110.64110.15173.91-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.78%
GREEN value IS 84 (33.20% from 255) = 24.85%
BLUE value IS 79 (31.25% from 255) = 23.37%
R=51.78%
G=24.85%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175847900.520.550.313.1337.849.8
HexAF544F034371F32632
Octal257124117064673734662
Binary101011111010100100111101101001101111111111100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF544F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF544F; }

 p { color: rgb(175,84,79); }

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

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

 a { background-color: rgb(175,84,79); }

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

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

 span { border-color: rgb(175,84,79); }

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