#ab514d

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

Shades of Apple Blossom #AB514D

Tints of Apple Blossom #AB514D

Color information

#AB514D (or 0xAB514D) is unknown color: approx Apple Blossom. HEX triplet: AB, 51 and 4D. RGB value is (171,81,77). Sum of RGB (Red+Green+Blue) = 171+81+77=329 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.98% from 329); Green value is 81 (32.03% from 255 or 24.62% from 329); Blue value is 77 (30.47% from 255 or 23.40% from 329); Max value from RGB is 171 - color contains mainly: red. Hex color #AB514D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB514D is #54AEB2. Grayscale: #6B6B6B. Windows color (decimal): -5549747 or 5067179. OLE color: 5067179.

HSL color Cylindrical-coordinate representation of color #AB514D: hue angle of 2.55º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AB514D is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB1718177-
CMYK00.530.550.33
HSL2.55º37.9%48.63%-
HSV(B)2.55º54.97%67.06%-
XYZ21.0815.088.82-
YUV107.45110.82173.33-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.98%
GREEN value IS 81 (32.03% from 255) = 24.62%
BLUE value IS 77 (30.47% from 255) = 23.40%
R=51.98%
G=24.62%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171817700.530.550.332.5537.948.63
HexAB514D035372132631
Octal253121115065674134661
Binary1010101110100011001101011010111011110000111100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab514d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab514d; }

 p { color: rgb(171,81,77); }

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

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

 a { background-color: rgb(171,81,77); }

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

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

 span { border-color: rgb(171,81,77); }

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