#AB554A

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

Shades of Apple Blossom #AB554A

Tints of Apple Blossom #AB554A

Color information

#AB554A (or 0xAB554A) is unknown color: approx Apple Blossom. HEX triplet: AB, 55 and 4A. RGB value is (171,85,74). Sum of RGB (Red+Green+Blue) = 171+85+74=330 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.82% from 330); Green value is 85 (33.59% from 255 or 25.76% from 330); Blue value is 74 (29.30% from 255 or 22.42% from 330); Max value from RGB is 171 - color contains mainly: red. Hex color #AB554A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB554A is #54AAB5. Grayscale: #6D6D6D. Windows color (decimal): -5548726 or 4871595. OLE color: 4871595.

HSL color Cylindrical-coordinate representation of color #AB554A: hue angle of 6.8º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AB554A is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB1718574-
CMYK00.500.570.33
HSL6.8º39.59%48.04%-
HSV(B)6.8º56.73%67.06%-
XYZ21.2815.658.38-
YUV109.46107.99171.89-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.82%
GREEN value IS 85 (33.59% from 255) = 25.76%
BLUE value IS 74 (29.30% from 255) = 22.42%
R=51.82%
G=25.76%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171857400.500.570.336.839.5948.04
HexAB554A032392172830
Octal253125112062714175060
Binary10101011101010110010100110010111001100001111101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB554A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB554A; }

 p { color: rgb(171,85,74); }

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

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

 a { background-color: rgb(171,85,74); }

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

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

 span { border-color: rgb(171,85,74); }

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