#AB4B42

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

Shades of Apple Blossom #AB4B42

Tints of Apple Blossom #AB4B42

Color information

#AB4B42 (or 0xAB4B42) is unknown color: approx Apple Blossom. HEX triplet: AB, 4B and 42. RGB value is (171,75,66). Sum of RGB (Red+Green+Blue) = 171+75+66=312 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.81% from 312); Green value is 75 (29.69% from 255 or 24.04% from 312); Blue value is 66 (26.17% from 255 or 21.15% from 312); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4B42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4B42 is #54B4BD. Grayscale: #666666. Windows color (decimal): -5551294 or 4344747. OLE color: 4344747.

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

Color convert

RGB1717566-
CMYK00.560.610.33
HSL5.14º44.3%46.47%-
HSV(B)5.14º61.4%67.06%-
XYZ20.2914.086.8-
YUV102.68107.3176.73-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 54.81%
GREEN value IS 75 (29.69% from 255) = 24.04%
BLUE value IS 66 (26.17% from 255) = 21.15%
R=54.81%
G=24.04%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171756600.560.610.335.1444.346.47
HexAB4B420383D2152c2e
Octal253113102070754155456
Binary10101011100101110000100111000111101100001101101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4B42; }

 p { color: rgb(171,75,66); }

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

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

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

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

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

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

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