#AF5654

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

Shades of Apple Blossom #AF5654

Tints of Apple Blossom #AF5654

Color information

#AF5654 (or 0xAF5654) is unknown color: approx Apple Blossom. HEX triplet: AF, 56 and 54. RGB value is (175,86,84). Sum of RGB (Red+Green+Blue) = 175+86+84=345 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.72% from 345); Green value is 86 (33.98% from 255 or 24.93% from 345); Blue value is 84 (33.20% from 255 or 24.35% from 345); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5654 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5654 is #50A9AB. Grayscale: #707070. Windows color (decimal): -5286316 or 5527215. OLE color: 5527215.

HSL color Cylindrical-coordinate representation of color #AF5654: hue angle of 1.32º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF5654 is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB1758684-
CMYK00.510.520.31
HSL1.32º36.25%50.78%-
HSV(B)1.32º52%68.63%-
XYZ22.6116.4110.36-
YUV112.38111.99172.66-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.72%
GREEN value IS 86 (33.98% from 255) = 24.93%
BLUE value IS 84 (33.20% from 255) = 24.35%
R=50.72%
G=24.93%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175868400.510.520.311.3236.2550.78
HexAF5654033341F12433
Octal257126124063643714463
Binary10101111101011010101000110011110100111111100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5654; }

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

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

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

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

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

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

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

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