#AB534C

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

Shades of Apple Blossom #AB534C

Tints of Apple Blossom #AB534C

Color information

#AB534C (or 0xAB534C) is unknown color: approx Apple Blossom. HEX triplet: AB, 53 and 4C. RGB value is (171,83,76). Sum of RGB (Red+Green+Blue) = 171+83+76=330 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.82% from 330); Green value is 83 (32.81% from 255 or 25.15% from 330); Blue value is 76 (30.08% from 255 or 23.03% from 330); Max value from RGB is 171 - color contains mainly: red. Hex color #AB534C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB534C is #54ACB3. Grayscale: #6C6C6C. Windows color (decimal): -5549236 or 5002155. OLE color: 5002155.

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

Color convert

RGB1718376-
CMYK00.510.560.33
HSL4.42º38.46%48.43%-
HSV(B)4.42º55.56%67.06%-
XYZ21.1915.378.69-
YUV108.51109.65172.57-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.82%
GREEN value IS 83 (32.81% from 255) = 25.15%
BLUE value IS 76 (30.08% from 255) = 23.03%
R=51.82%
G=25.15%
B=23.03%

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
Decimal171837600.510.560.334.4238.4648.43
HexAB534C033382142630
Octal253123114063704144660
Binary10101011101001110011000110011111000100001100100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB534C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB534C; }

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

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

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

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

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

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

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

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