#AB5348

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

Shades of Apple Blossom #AB5348

Tints of Apple Blossom #AB5348

Color information

#AB5348 (or 0xAB5348) is unknown color: approx Apple Blossom. HEX triplet: AB, 53 and 48. RGB value is (171,83,72). Sum of RGB (Red+Green+Blue) = 171+83+72=326 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.45% from 326); Green value is 83 (32.81% from 255 or 25.46% from 326); Blue value is 72 (28.52% from 255 or 22.09% from 326); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5348 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5348 is #54ACB7. Grayscale: #6C6C6C. Windows color (decimal): -5549240 or 4740011. OLE color: 4740011.

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

Color convert

RGB1718372-
CMYK00.510.580.33
HSL6.67º40.74%47.65%-
HSV(B)6.67º57.89%67.06%-
XYZ21.0615.317.98-
YUV108.06107.65172.89-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 52.45%
GREEN value IS 83 (32.81% from 255) = 25.46%
BLUE value IS 72 (28.52% from 255) = 22.09%
R=52.45%
G=25.46%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171837200.510.580.336.6740.7447.65
HexAB53480333A2172930
Octal253123110063724175160
Binary10101011101001110010000110011111010100001111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5348; }

 p { color: rgb(171,83,72); }

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

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

 a { background-color: rgb(171,83,72); }

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

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

 span { border-color: rgb(171,83,72); }

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