#AF524F

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

Shades of Apple Blossom #AF524F

Tints of Apple Blossom #AF524F

Color information

#AF524F (or 0xAF524F) is unknown color: approx Apple Blossom. HEX triplet: AF, 52 and 4F. RGB value is (175,82,79). Sum of RGB (Red+Green+Blue) = 175+82+79=336 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.08% from 336); Green value is 82 (32.42% from 255 or 24.40% from 336); Blue value is 79 (31.25% from 255 or 23.51% from 336); Max value from RGB is 175 - color contains mainly: red. Hex color #AF524F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF524F is #50ADB0. Grayscale: #6D6D6D. Windows color (decimal): -5287345 or 5198511. OLE color: 5198511.

HSL color Cylindrical-coordinate representation of color #AF524F: hue angle of 1.88º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF524F is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB1758279-
CMYK00.530.550.31
HSL1.88º37.8%49.8%-
HSV(B)1.88º54.86%68.63%-
XYZ22.1115.719.26-
YUV109.46110.81174.74-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 52.08%
GREEN value IS 82 (32.42% from 255) = 24.40%
BLUE value IS 79 (31.25% from 255) = 23.51%
R=52.08%
G=24.40%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175827900.530.550.311.8837.849.8
HexAF524F035371F22632
Octal257122117065673724662
Binary101011111010010100111101101011101111111110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF524F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF524F; }

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

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

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

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

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

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

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

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