#A15048

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

Shades of Apple Blossom #A15048

Tints of Apple Blossom #A15048

Color information

#A15048 (or 0xA15048) is unknown color: approx Apple Blossom. HEX triplet: A1, 50 and 48. RGB value is (161,80,72). Sum of RGB (Red+Green+Blue) = 161+80+72=313 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.44% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 72 (28.52% from 255 or 23.00% from 313); Max value from RGB is 161 - color contains mainly: red. Hex color #A15048 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15048 is #5EAFB7. Grayscale: #676767. Windows color (decimal): -6205368 or 4739233. OLE color: 4739233.

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

Color convert

RGB1618072-
CMYK00.500.550.37
HSL5.39º38.2%45.69%-
HSV(B)5.39º55.28%63.14%-
XYZ18.7413.787.8-
YUV103.31110.34169.15-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 51.44%
GREEN value IS 80 (31.64% from 255) = 25.56%
BLUE value IS 72 (28.52% from 255) = 23.00%
R=51.44%
G=25.56%
B=23.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.55
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161807200.500.550.375.3938.245.69
HexA1504803237255262e
Octal241120110062674554656
Binary10100001101000010010000110010110111100101101100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15048; }

 p { color: rgb(161,80,72); }

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

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

 a { background-color: rgb(161,80,72); }

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

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

 span { border-color: rgb(161,80,72); }

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