#AF544B

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

Shades of Apple Blossom #AF544B

Tints of Apple Blossom #AF544B

Color information

#AF544B (or 0xAF544B) is unknown color: approx Apple Blossom. HEX triplet: AF, 54 and 4B. RGB value is (175,84,75). Sum of RGB (Red+Green+Blue) = 175+84+75=334 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.40% from 334); Green value is 84 (33.20% from 255 or 25.15% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 175 - color contains mainly: red. Hex color #AF544B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF544B is #50ABB4. Grayscale: #6E6E6E. Windows color (decimal): -5286837 or 4936879. OLE color: 4936879.

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

Color convert

RGB1758475-
CMYK00.520.570.31
HSL5.4º40%49.02%-
HSV(B)5.4º57.14%68.63%-
XYZ22.1215.968.57-
YUV110.18108.15174.23-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 52.40%
GREEN value IS 84 (33.20% from 255) = 25.15%
BLUE value IS 75 (29.69% from 255) = 22.46%
R=52.40%
G=25.15%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175847500.520.570.315.44049.02
HexAF544B034391F52831
Octal257124113064713755061
Binary1010111110101001001011011010011100111111101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF544B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF544B; }

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

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

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

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

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

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

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

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