#AF524D

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

Shades of Apple Blossom #AF524D

Tints of Apple Blossom #AF524D

Color information

#AF524D (or 0xAF524D) is unknown color: approx Apple Blossom. HEX triplet: AF, 52 and 4D. RGB value is (175,82,77). Sum of RGB (Red+Green+Blue) = 175+82+77=334 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.40% from 334); Green value is 82 (32.42% from 255 or 24.55% from 334); Blue value is 77 (30.47% from 255 or 23.05% from 334); Max value from RGB is 175 - color contains mainly: red. Hex color #AF524D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF524D is #50ADB2. Grayscale: #6D6D6D. Windows color (decimal): -5287347 or 5067439. OLE color: 5067439.

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

Color convert

RGB1758277-
CMYK00.530.560.31
HSL3.06º38.89%49.41%-
HSV(B)3.06º56%68.63%-
XYZ22.0415.688.89-
YUV109.24109.81174.91-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 52.40%
GREEN value IS 82 (32.42% from 255) = 24.55%
BLUE value IS 77 (30.47% from 255) = 23.05%
R=52.40%
G=24.55%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175827700.530.560.313.0638.8949.41
HexAF524D035381F32731
Octal257122115065703734761
Binary101011111010010100110101101011110001111111100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF524D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF524D; }

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

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

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

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

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

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

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

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