#AF534D

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

Shades of Apple Blossom #AF534D

Tints of Apple Blossom #AF534D

Color information

#AF534D (or 0xAF534D) is unknown color: approx Apple Blossom. HEX triplet: AF, 53 and 4D. RGB value is (175,83,77). Sum of RGB (Red+Green+Blue) = 175+83+77=335 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.24% from 335); Green value is 83 (32.81% from 255 or 24.78% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 175 - color contains mainly: red. Hex color #AF534D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF534D is #50ACB2. Grayscale: #6D6D6D. Windows color (decimal): -5287091 or 5067695. OLE color: 5067695.

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

Color convert

RGB1758377-
CMYK00.530.560.31
HSL3.67º38.89%49.41%-
HSV(B)3.67º56%68.63%-
XYZ22.1115.848.91-
YUV109.82109.48174.49-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 52.24%
GREEN value IS 83 (32.81% from 255) = 24.78%
BLUE value IS 77 (30.47% from 255) = 22.99%
R=52.24%
G=24.78%
B=22.99%

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
Decimal175837700.530.560.313.6738.8949.41
HexAF534D035381F42731
Octal257123115065703744761
Binary1010111110100111001101011010111100011111100100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF534D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF534D; }

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

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

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

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

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

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

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

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