#A15554

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

Shades of Apple Blossom #A15554

Tints of Apple Blossom #A15554

Color information

#A15554 (or 0xA15554) is unknown color: approx Apple Blossom. HEX triplet: A1, 55 and 54. RGB value is (161,85,84). Sum of RGB (Red+Green+Blue) = 161+85+84=330 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.79% from 330); Green value is 85 (33.59% from 255 or 25.76% from 330); Blue value is 84 (33.20% from 255 or 25.45% from 330); Max value from RGB is 161 - color contains mainly: red. Hex color #A15554 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15554 is #5EAAAB. Grayscale: #6B6B6B. Windows color (decimal): -6204076 or 5526945. OLE color: 5526945.

HSL color Cylindrical-coordinate representation of color #A15554: hue angle of 0.78º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A15554 is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.37.

Color convert

RGB1618584-
CMYK00.470.480.37
HSL0.78º31.43%48.04%-
HSV(B)0.78º47.83%63.14%-
XYZ19.5514.7110.2-
YUV107.61114.68166.08-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.79%
GREEN value IS 85 (33.59% from 255) = 25.76%
BLUE value IS 84 (33.20% from 255) = 25.45%
R=48.79%
G=25.76%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.48
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161858400.470.480.370.7831.4348.04
HexA1555402F302511f30
Octal241125124057604513760
Binary10100001101010110101000101111110000100101111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15554; }

 p { color: rgb(161,85,84); }

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

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

 a { background-color: rgb(161,85,84); }

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

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

 span { border-color: rgb(161,85,84); }

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