#A95146

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

Shades of Apple Blossom #A95146

Tints of Apple Blossom #A95146

Color information

#A95146 (or 0xA95146) is unknown color: approx Apple Blossom. HEX triplet: A9, 51 and 46. RGB value is (169,81,70). Sum of RGB (Red+Green+Blue) = 169+81+70=320 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.81% from 320); Green value is 81 (32.03% from 255 or 25.31% from 320); Blue value is 70 (27.73% from 255 or 21.88% from 320); Max value from RGB is 169 - color contains mainly: red. Hex color #A95146 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95146 is #56AEB9. Grayscale: #6A6A6A. Windows color (decimal): -5680826 or 4608425. OLE color: 4608425.

HSL color Cylindrical-coordinate representation of color #A95146: hue angle of 6.67º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A95146 is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.34.

Color convert

RGB1698170-
CMYK00.520.590.34
HSL6.67º41.42%46.86%-
HSV(B)6.67º58.58%66.27%-
XYZ20.4114.767.57-
YUV106.06107.65172.89-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 52.81%
GREEN value IS 81 (32.03% from 255) = 25.31%
BLUE value IS 70 (27.73% from 255) = 21.88%
R=52.81%
G=25.31%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.59
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169817000.520.590.346.6741.4246.86
HexA951460343B227292f
Octal251121106064734275157
Binary10101001101000110001100110100111011100010111101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95146; }

 p { color: rgb(169,81,70); }

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

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

 a { background-color: rgb(169,81,70); }

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

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

 span { border-color: rgb(169,81,70); }

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