#AB5043

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

Shades of Apple Blossom #AB5043

Tints of Apple Blossom #AB5043

Color information

#AB5043 (or 0xAB5043) is unknown color: approx Apple Blossom. HEX triplet: AB, 50 and 43. RGB value is (171,80,67). Sum of RGB (Red+Green+Blue) = 171+80+67=318 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.77% from 318); Green value is 80 (31.64% from 255 or 25.16% from 318); Blue value is 67 (26.56% from 255 or 21.07% from 318); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5043 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5043 is #54AFBC. Grayscale: #696969. Windows color (decimal): -5550013 or 4411563. OLE color: 4411563.

HSL color Cylindrical-coordinate representation of color #AB5043: hue angle of 7.5º 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 #AB5043 is Cyan = 0, Magento = 0.53, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB1718067-
CMYK00.530.610.33
HSL7.5º43.7%46.67%-
HSV(B)7.5º60.82%67.06%-
XYZ20.6814.87.08-
YUV105.73106.15174.56-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 53.77%
GREEN value IS 80 (31.64% from 255) = 25.16%
BLUE value IS 67 (26.56% from 255) = 21.07%
R=53.77%
G=25.16%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171806700.530.610.337.543.746.67
HexAB50430353D2182c2f
Octal2531201030657541105457
Binary101010111010000100001101101011111011000011000101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5043; }

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

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

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

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

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

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

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

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