#AF534C

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

Shades of Apple Blossom #AF534C

Tints of Apple Blossom #AF534C

Color information

#AF534C (or 0xAF534C) is unknown color: approx Apple Blossom. HEX triplet: AF, 53 and 4C. RGB value is (175,83,76). Sum of RGB (Red+Green+Blue) = 175+83+76=334 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.40% from 334); Green value is 83 (32.81% from 255 or 24.85% from 334); Blue value is 76 (30.08% from 255 or 22.75% from 334); Max value from RGB is 175 - color contains mainly: red. Hex color #AF534C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF534C is #50ACB3. Grayscale: #6D6D6D. Windows color (decimal): -5287092 or 5002159. OLE color: 5002159.

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

Color convert

RGB1758376-
CMYK00.530.570.31
HSL4.24º39.44%49.22%-
HSV(B)4.24º56.57%68.63%-
XYZ22.0815.828.73-
YUV109.71108.98174.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 52.40%
GREEN value IS 83 (32.81% from 255) = 24.85%
BLUE value IS 76 (30.08% from 255) = 22.75%
R=52.40%
G=24.85%
B=22.75%

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
Decimal175837600.530.570.314.2439.4449.22
HexAF534C035391F42731
Octal257123114065713744761
Binary1010111110100111001100011010111100111111100100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF534C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF534C; }

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

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

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

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

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

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

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

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