#AB534B

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

Shades of Apple Blossom #AB534B

Tints of Apple Blossom #AB534B

Color information

#AB534B (or 0xAB534B) is unknown color: approx Apple Blossom. HEX triplet: AB, 53 and 4B. RGB value is (171,83,75). Sum of RGB (Red+Green+Blue) = 171+83+75=329 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.98% from 329); Green value is 83 (32.81% from 255 or 25.23% from 329); Blue value is 75 (29.69% from 255 or 22.80% from 329); Max value from RGB is 171 - color contains mainly: red. Hex color #AB534B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB534B is #54ACB4. Grayscale: #6C6C6C. Windows color (decimal): -5549237 or 4936619. OLE color: 4936619.

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

Color convert

RGB1718375-
CMYK00.510.560.33
HSL39.02%48.24%-
HSV(B)56.14%67.06%-
XYZ21.1615.358.5-
YUV108.4109.15172.65-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.98%
GREEN value IS 83 (32.81% from 255) = 25.23%
BLUE value IS 75 (29.69% from 255) = 22.80%
R=51.98%
G=25.23%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171837500.510.560.33539.0248.24
HexAB534B033382152730
Octal253123113063704154760
Binary10101011101001110010110110011111000100001101100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB534B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB534B; }

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

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

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

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

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

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

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

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