#AF5349

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

Shades of Apple Blossom #AF5349

Tints of Apple Blossom #AF5349

Color information

#AF5349 (or 0xAF5349) is unknown color: approx Apple Blossom. HEX triplet: AF, 53 and 49. RGB value is (175,83,73). Sum of RGB (Red+Green+Blue) = 175+83+73=331 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.87% from 331); Green value is 83 (32.81% from 255 or 25.08% from 331); Blue value is 73 (28.91% from 255 or 22.05% from 331); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5349 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5349 is #50ACB6. Grayscale: #6D6D6D. Windows color (decimal): -5287095 or 4805551. OLE color: 4805551.

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

Color convert

RGB1758373-
CMYK00.530.580.31
HSL5.88º41.13%48.63%-
HSV(B)5.88º58.29%68.63%-
XYZ21.9815.788.19-
YUV109.37107.48174.81-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 52.87%
GREEN value IS 83 (32.81% from 255) = 25.08%
BLUE value IS 73 (28.91% from 255) = 22.05%
R=52.87%
G=25.08%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175837300.530.580.315.8841.1348.63
HexAF53490353A1F62931
Octal257123111065723765161
Binary1010111110100111001001011010111101011111110101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5349; }

 p { color: rgb(175,83,73); }

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

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

 a { background-color: rgb(175,83,73); }

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

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

 span { border-color: rgb(175,83,73); }

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