#AF5954

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

Shades of Apple Blossom #AF5954

Tints of Apple Blossom #AF5954

Color information

#AF5954 (or 0xAF5954) is unknown color: approx Apple Blossom. HEX triplet: AF, 59 and 54. RGB value is (175,89,84). Sum of RGB (Red+Green+Blue) = 175+89+84=348 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.29% from 348); Green value is 89 (35.16% from 255 or 25.57% from 348); Blue value is 84 (33.20% from 255 or 24.14% from 348); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5954 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5954 is #50A6AB. Grayscale: #727272. Windows color (decimal): -5285548 or 5527983. OLE color: 5527983.

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

Color convert

RGB1758984-
CMYK00.490.520.31
HSL3.3º36.25%50.78%-
HSV(B)3.3º52%68.63%-
XYZ22.8516.910.44-
YUV114.14110.99171.41-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.29%
GREEN value IS 89 (35.16% from 255) = 25.57%
BLUE value IS 84 (33.20% from 255) = 24.14%
R=50.29%
G=25.57%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175898400.490.520.313.336.2550.78
HexAF5954031341F32433
Octal257131124061643734463
Binary101011111011001101010001100011101001111111100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5954; }

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

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

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

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

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

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

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

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