#AF514C

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

Shades of Apple Blossom #AF514C

Tints of Apple Blossom #AF514C

Color information

#AF514C (or 0xAF514C) is unknown color: approx Apple Blossom. HEX triplet: AF, 51 and 4C. RGB value is (175,81,76). Sum of RGB (Red+Green+Blue) = 175+81+76=332 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.71% from 332); Green value is 81 (32.03% from 255 or 24.40% from 332); Blue value is 76 (30.08% from 255 or 22.89% from 332); Max value from RGB is 175 - color contains mainly: red. Hex color #AF514C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF514C is #50AEB3. Grayscale: #6C6C6C. Windows color (decimal): -5287604 or 5001647. OLE color: 5001647.

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

Color convert

RGB1758176-
CMYK00.540.570.31
HSL3.03º39.44%49.22%-
HSV(B)3.03º56.57%68.63%-
XYZ21.9315.528.68-
YUV108.54109.64175.41-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 52.71%
GREEN value IS 81 (32.03% from 255) = 24.40%
BLUE value IS 76 (30.08% from 255) = 22.89%
R=52.71%
G=24.40%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175817600.540.570.313.0339.4449.22
HexAF514C036391F32731
Octal257121114066713734761
Binary101011111010001100110001101101110011111111100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF514C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF514C; }

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

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

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

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

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

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

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

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