#A45146

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

Shades of Apple Blossom #A45146

Tints of Apple Blossom #A45146

Color information

#A45146 (or 0xA45146) is unknown color: approx Apple Blossom. HEX triplet: A4, 51 and 46. RGB value is (164,81,70). Sum of RGB (Red+Green+Blue) = 164+81+70=315 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.06% from 315); Green value is 81 (32.03% from 255 or 25.71% from 315); Blue value is 70 (27.73% from 255 or 22.22% from 315); Max value from RGB is 164 - color contains mainly: red. Hex color #A45146 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45146 is #5BAEB9. Grayscale: #686868. Windows color (decimal): -6008506 or 4608420. OLE color: 4608420.

HSL color Cylindrical-coordinate representation of color #A45146: hue angle of 7.02º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A45146 is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB1648170-
CMYK00.510.570.36
HSL7.02º40.17%45.88%-
HSV(B)7.02º57.32%64.31%-
XYZ19.3614.227.52-
YUV104.56108.5170.39-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 52.06%
GREEN value IS 81 (32.03% from 255) = 25.71%
BLUE value IS 70 (27.73% from 255) = 22.22%
R=52.06%
G=25.71%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164817000.510.570.367.0240.1745.88
HexA4514603339247282e
Octal244121106063714475056
Binary10100100101000110001100110011111001100100111101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45146; }

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

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

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

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

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

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

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

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