#AF5754

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

Shades of Apple Blossom #AF5754

Tints of Apple Blossom #AF5754

Color information

#AF5754 (or 0xAF5754) is unknown color: approx Apple Blossom. HEX triplet: AF, 57 and 54. RGB value is (175,87,84). Sum of RGB (Red+Green+Blue) = 175+87+84=346 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.58% from 346); Green value is 87 (34.38% from 255 or 25.14% from 346); Blue value is 84 (33.20% from 255 or 24.28% from 346); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5754 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5754 is #50A8AB. Grayscale: #717171. Windows color (decimal): -5286060 or 5527471. OLE color: 5527471.

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

Color convert

RGB1758784-
CMYK00.500.520.31
HSL1.98º36.25%50.78%-
HSV(B)1.98º52%68.63%-
XYZ22.6916.5710.39-
YUV112.97111.65172.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.58%
GREEN value IS 87 (34.38% from 255) = 25.14%
BLUE value IS 84 (33.20% from 255) = 24.28%
R=50.58%
G=25.14%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175878400.500.520.311.9836.2550.78
HexAF5754032341F22433
Octal257127124062643724463
Binary101011111010111101010001100101101001111110100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5754; }

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

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

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

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

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

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

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

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