#AF554C

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

Shades of Apple Blossom #AF554C

Tints of Apple Blossom #AF554C

Color information

#AF554C (or 0xAF554C) is unknown color: approx Apple Blossom. HEX triplet: AF, 55 and 4C. RGB value is (175,85,76). Sum of RGB (Red+Green+Blue) = 175+85+76=336 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.08% from 336); Green value is 85 (33.59% from 255 or 25.30% from 336); Blue value is 76 (30.08% from 255 or 22.62% from 336); Max value from RGB is 175 - color contains mainly: red. Hex color #AF554C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF554C is #50AAB3. Grayscale: #6F6F6F. Windows color (decimal): -5286580 or 5002671. OLE color: 5002671.

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

Color convert

RGB1758576-
CMYK00.510.570.31
HSL5.45º39.44%49.22%-
HSV(B)5.45º56.57%68.63%-
XYZ22.2316.138.78-
YUV110.88108.32173.73-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 52.08%
GREEN value IS 85 (33.59% from 255) = 25.30%
BLUE value IS 76 (30.08% from 255) = 22.62%
R=52.08%
G=25.30%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175857600.510.570.315.4539.4449.22
HexAF554C033391F52731
Octal257125114063713754761
Binary1010111110101011001100011001111100111111101100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF554C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF554C; }

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

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

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

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

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

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

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

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