#AB5243

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

Shades of Apple Blossom #AB5243

Tints of Apple Blossom #AB5243

Color information

#AB5243 (or 0xAB5243) is unknown color: approx Apple Blossom. HEX triplet: AB, 52 and 43. RGB value is (171,82,67). Sum of RGB (Red+Green+Blue) = 171+82+67=320 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.44% from 320); Green value is 82 (32.42% from 255 or 25.62% from 320); Blue value is 67 (26.56% from 255 or 20.94% from 320); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5243 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5243 is #54ADBC. Grayscale: #6B6B6B. Windows color (decimal): -5549501 or 4412075. OLE color: 4412075.

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

Color convert

RGB1718267-
CMYK00.520.610.33
HSL8.65º43.7%46.67%-
HSV(B)8.65º60.82%67.06%-
XYZ20.8315.17.13-
YUV106.9105.49173.72-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 53.44%
GREEN value IS 82 (32.42% from 255) = 25.62%
BLUE value IS 67 (26.56% from 255) = 20.94%
R=53.44%
G=25.62%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171826700.520.610.338.6543.746.67
HexAB52430343D2192c2f
Octal2531221030647541115457
Binary101010111010010100001101101001111011000011001101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5243; }

 p { color: rgb(171,82,67); }

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

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

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

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

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

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

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