#AB534A

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

Shades of Apple Blossom #AB534A

Tints of Apple Blossom #AB534A

Color information

#AB534A (or 0xAB534A) is unknown color: approx Apple Blossom. HEX triplet: AB, 53 and 4A. RGB value is (171,83,74). Sum of RGB (Red+Green+Blue) = 171+83+74=328 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.13% from 328); Green value is 83 (32.81% from 255 or 25.30% from 328); Blue value is 74 (29.30% from 255 or 22.56% from 328); Max value from RGB is 171 - color contains mainly: red. Hex color #AB534A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB534A is #54ACB5. Grayscale: #6C6C6C. Windows color (decimal): -5549238 or 4871083. OLE color: 4871083.

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

Color convert

RGB1718374-
CMYK00.510.570.33
HSL5.57º39.59%48.04%-
HSV(B)5.57º56.73%67.06%-
XYZ21.1215.348.33-
YUV108.29108.65172.73-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 52.13%
GREEN value IS 83 (32.81% from 255) = 25.30%
BLUE value IS 74 (29.30% from 255) = 22.56%
R=52.13%
G=25.30%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171837400.510.570.335.5739.5948.04
HexAB534A033392162830
Octal253123112063714165060
Binary10101011101001110010100110011111001100001110101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB534A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB534A; }

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

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

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

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

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

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

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

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