#AB5045

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

Shades of Apple Blossom #AB5045

Tints of Apple Blossom #AB5045

Color information

#AB5045 (or 0xAB5045) is unknown color: approx Apple Blossom. HEX triplet: AB, 50 and 45. RGB value is (171,80,69). Sum of RGB (Red+Green+Blue) = 171+80+69=320 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.44% from 320); Green value is 80 (31.64% from 255 or 25% from 320); Blue value is 69 (27.34% from 255 or 21.56% from 320); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5045 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5045 is #54AFBA. Grayscale: #6A6A6A. Windows color (decimal): -5550011 or 4542635. OLE color: 4542635.

HSL color Cylindrical-coordinate representation of color #AB5045: hue angle of 6.47º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB5045 is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB1718069-
CMYK00.530.600.33
HSL6.47º42.5%47.06%-
HSV(B)6.47º59.65%67.06%-
XYZ20.7414.827.4-
YUV105.96107.15174.39-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 53.44%
GREEN value IS 80 (31.64% from 255) = 25%
BLUE value IS 69 (27.34% from 255) = 21.56%
R=53.44%
G=25%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171806900.530.600.336.4742.547.06
HexAB50450353C2162a2f
Octal253120105065744165257
Binary10101011101000010001010110101111100100001110101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5045; }

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

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

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

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

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

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

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

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