#AB4F4F

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

Shades of Apple Blossom #AB4F4F

Tints of Apple Blossom #AB4F4F

Color information

#AB4F4F (or 0xAB4F4F) is unknown color: approx Apple Blossom. HEX triplet: AB, 4F and 4F. RGB value is (171,79,79). Sum of RGB (Red+Green+Blue) = 171+79+79=329 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.98% from 329); Green value is 79 (31.25% from 255 or 24.01% from 329); Blue value is 79 (31.25% from 255 or 24.01% from 329); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4F4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB4F4F is #54B0B0. Grayscale: #6A6A6A. Windows color (decimal): -5550257 or 5197739. OLE color: 5197739.

HSL color Cylindrical-coordinate representation of color #AB4F4F: hue angle of 0º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AB4F4F is Cyan = 0, Magento = 0.54, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB1717979-
CMYK00.540.540.33
HSL36.8%49.02%-
HSV(B)53.8%67.06%-
XYZ2114.819.15-
YUV106.51112.48174-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.98%
GREEN value IS 79 (31.25% from 255) = 24.01%
BLUE value IS 79 (31.25% from 255) = 24.01%
R=51.98%
G=24.01%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171797900.540.540.33036.849.02
HexAB4F4F036362102531
Octal253117117066664104561
Binary101010111001111100111101101101101101000010100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4F4F; }

 p { color: rgb(171,79,79); }

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

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

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

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

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

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

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