#A4554E

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

Shades of Apple Blossom #A4554E

Tints of Apple Blossom #A4554E

Color information

#A4554E (or 0xA4554E) is unknown color: approx Apple Blossom. HEX triplet: A4, 55 and 4E. RGB value is (164,85,78). Sum of RGB (Red+Green+Blue) = 164+85+78=327 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.15% from 327); Green value is 85 (33.59% from 255 or 25.99% from 327); Blue value is 78 (30.86% from 255 or 23.85% from 327); Max value from RGB is 164 - color contains mainly: red. Hex color #A4554E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4554E is #5BAAB1. Grayscale: #6B6B6B. Windows color (decimal): -6007474 or 5133732. OLE color: 5133732.

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

Color convert

RGB1648578-
CMYK00.480.520.36
HSL4.88º35.54%47.45%-
HSV(B)4.88º52.44%64.31%-
XYZ19.9314.949.04-
YUV107.82111.17168.07-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50.15%
GREEN value IS 85 (33.59% from 255) = 25.99%
BLUE value IS 78 (30.86% from 255) = 23.85%
R=50.15%
G=25.99%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164857800.480.520.364.8835.5447.45
HexA4554E03034245242f
Octal244125116060644454457
Binary10100100101010110011100110000110100100100101100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4554E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4554E; }

 p { color: rgb(164,85,78); }

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

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

 a { background-color: rgb(164,85,78); }

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

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

 span { border-color: rgb(164,85,78); }

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