#A1514B

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

Shades of Apple Blossom #A1514B

Tints of Apple Blossom #A1514B

Color information

#A1514B (or 0xA1514B) is unknown color: approx Apple Blossom. HEX triplet: A1, 51 and 4B. RGB value is (161,81,75). Sum of RGB (Red+Green+Blue) = 161+81+75=317 (41% of max value = 765). Red value is 161 (63.28% from 255 or 50.79% from 317); Green value is 81 (32.03% from 255 or 25.55% from 317); Blue value is 75 (29.69% from 255 or 23.66% from 317); Max value from RGB is 161 - color contains mainly: red. Hex color #A1514B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1514B is #5EAEB4. Grayscale: #686868. Windows color (decimal): -6205109 or 4936097. OLE color: 4936097.

HSL color Cylindrical-coordinate representation of color #A1514B: hue angle of 4.19º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A1514B is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.37.

Color convert

RGB1618175-
CMYK00.500.530.37
HSL4.19º36.44%46.27%-
HSV(B)4.19º53.42%63.14%-
XYZ18.9113.978.36-
YUV104.24111.5168.49-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 50.79%
GREEN value IS 81 (32.03% from 255) = 25.55%
BLUE value IS 75 (29.69% from 255) = 23.66%
R=50.79%
G=25.55%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.53
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161817500.500.530.374.1936.4446.27
HexA1514B03235254242e
Octal241121113062654544456
Binary10100001101000110010110110010110101100101100100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1514B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1514B; }

 p { color: rgb(161,81,75); }

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

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

 a { background-color: rgb(161,81,75); }

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

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

 span { border-color: rgb(161,81,75); }

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