#A65149

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

Shades of Apple Blossom #A65149

Tints of Apple Blossom #A65149

Color information

#A65149 (or 0xA65149) is unknown color: approx Apple Blossom. HEX triplet: A6, 51 and 49. RGB value is (166,81,73). Sum of RGB (Red+Green+Blue) = 166+81+73=320 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.88% from 320); Green value is 81 (32.03% from 255 or 25.31% from 320); Blue value is 73 (28.91% from 255 or 22.81% from 320); Max value from RGB is 166 - color contains mainly: red. Hex color #A65149 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65149 is #59AEB6. Grayscale: #696969. Windows color (decimal): -5877431 or 4805030. OLE color: 4805030.

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

Color convert

RGB1668173-
CMYK00.510.560.35
HSL5.16º38.91%46.86%-
HSV(B)5.16º56.02%65.1%-
XYZ19.8714.478.05-
YUV105.5109.66171.15-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 51.88%
GREEN value IS 81 (32.03% from 255) = 25.31%
BLUE value IS 73 (28.91% from 255) = 22.81%
R=51.88%
G=25.31%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166817300.510.560.355.1638.9146.86
HexA6514903338235272f
Octal246121111063704354757
Binary10100110101000110010010110011111000100011101100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65149; }

 p { color: rgb(166,81,73); }

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

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

 a { background-color: rgb(166,81,73); }

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

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

 span { border-color: rgb(166,81,73); }

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