#AF524C

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

Shades of Apple Blossom #AF524C

Tints of Apple Blossom #AF524C

Color information

#AF524C (or 0xAF524C) is unknown color: approx Apple Blossom. HEX triplet: AF, 52 and 4C. RGB value is (175,82,76). Sum of RGB (Red+Green+Blue) = 175+82+76=333 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.55% from 333); Green value is 82 (32.42% from 255 or 24.62% from 333); Blue value is 76 (30.08% from 255 or 22.82% from 333); Max value from RGB is 175 - color contains mainly: red. Hex color #AF524C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF524C is #50ADB3. Grayscale: #6D6D6D. Windows color (decimal): -5287348 or 5001903. OLE color: 5001903.

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

Color convert

RGB1758276-
CMYK00.530.570.31
HSL3.64º39.44%49.22%-
HSV(B)3.64º56.57%68.63%-
XYZ2215.678.7-
YUV109.12109.31174.99-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 52.55%
GREEN value IS 82 (32.42% from 255) = 24.62%
BLUE value IS 76 (30.08% from 255) = 22.82%
R=52.55%
G=24.62%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175827600.530.570.313.6439.4449.22
HexAF524C035391F42731
Octal257122114065713744761
Binary1010111110100101001100011010111100111111100100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF524C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF524C; }

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

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

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

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

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

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

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

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