#AF594C

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

Shades of Apple Blossom #AF594C

Tints of Apple Blossom #AF594C

Color information

#AF594C (or 0xAF594C) is unknown color: approx Apple Blossom. HEX triplet: AF, 59 and 4C. RGB value is (175,89,76). Sum of RGB (Red+Green+Blue) = 175+89+76=340 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.47% from 340); Green value is 89 (35.16% from 255 or 26.18% from 340); Blue value is 76 (30.08% from 255 or 22.35% from 340); Max value from RGB is 175 - color contains mainly: red. Hex color #AF594C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF594C is #50A6B3. Grayscale: #717171. Windows color (decimal): -5285556 or 5003695. OLE color: 5003695.

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

Color convert

RGB1758976-
CMYK00.490.570.31
HSL7.88º39.44%49.22%-
HSV(B)7.88º56.57%68.63%-
XYZ22.5616.788.89-
YUV113.23106.99172.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.47%
GREEN value IS 89 (35.16% from 255) = 26.18%
BLUE value IS 76 (30.08% from 255) = 22.35%
R=51.47%
G=26.18%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175897600.490.570.317.8839.4449.22
HexAF594C031391F82731
Octal2571311140617137104761
Binary10101111101100110011000110001111001111111000100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF594C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF594C; }

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

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

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

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

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

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

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

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