#AF574B

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

Shades of Apple Blossom #AF574B

Tints of Apple Blossom #AF574B

Color information

#AF574B (or 0xAF574B) is unknown color: approx Apple Blossom. HEX triplet: AF, 57 and 4B. RGB value is (175,87,75). Sum of RGB (Red+Green+Blue) = 175+87+75=337 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.93% from 337); Green value is 87 (34.38% from 255 or 25.82% from 337); Blue value is 75 (29.69% from 255 or 22.26% from 337); Max value from RGB is 175 - color contains mainly: red. Hex color #AF574B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF574B is #50A8B4. Grayscale: #707070. Windows color (decimal): -5286069 or 4937647. OLE color: 4937647.

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

Color convert

RGB1758775-
CMYK00.500.570.31
HSL7.2º40%49.02%-
HSV(B)7.2º57.14%68.63%-
XYZ22.3616.448.65-
YUV111.94107.15172.98-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.93%
GREEN value IS 87 (34.38% from 255) = 25.82%
BLUE value IS 75 (29.69% from 255) = 22.26%
R=51.93%
G=25.82%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175877500.500.570.317.24049.02
HexAF574B032391F72831
Octal257127113062713775061
Binary1010111110101111001011011001011100111111111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF574B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF574B; }

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

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

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

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

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

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

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

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