#AB4C41

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

Shades of Apple Blossom #AB4C41

Tints of Apple Blossom #AB4C41

Color information

#AB4C41 (or 0xAB4C41) is unknown color: approx Apple Blossom. HEX triplet: AB, 4C and 41. RGB value is (171,76,65). Sum of RGB (Red+Green+Blue) = 171+76+65=312 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.81% from 312); Green value is 76 (30.08% from 255 or 24.36% from 312); Blue value is 65 (25.78% from 255 or 20.83% from 312); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4C41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4C41 is #54B3BE. Grayscale: #676767. Windows color (decimal): -5551039 or 4279467. OLE color: 4279467.

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

Color convert

RGB1717665-
CMYK00.560.620.33
HSL6.23º44.92%46.27%-
HSV(B)6.23º61.99%67.06%-
XYZ20.3314.216.67-
YUV103.15106.47176.39-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 54.81%
GREEN value IS 76 (30.08% from 255) = 24.36%
BLUE value IS 65 (25.78% from 255) = 20.83%
R=54.81%
G=24.36%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171766500.560.620.336.2344.9246.27
HexAB4C410383E2162d2e
Octal253114101070764165556
Binary10101011100110010000010111000111110100001110101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4C41; }

 p { color: rgb(171,76,65); }

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

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

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

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

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

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

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