#A4524E

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

Shades of Apple Blossom #A4524E

Tints of Apple Blossom #A4524E

Color information

#A4524E (or 0xA4524E) is unknown color: approx Apple Blossom. HEX triplet: A4, 52 and 4E. RGB value is (164,82,78). Sum of RGB (Red+Green+Blue) = 164+82+78=324 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.62% from 324); Green value is 82 (32.42% from 255 or 25.31% from 324); Blue value is 78 (30.86% from 255 or 24.07% from 324); Max value from RGB is 164 - color contains mainly: red. Hex color #A4524E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4524E is #5BADB1. Grayscale: #6A6A6A. Windows color (decimal): -6008242 or 5132964. OLE color: 5132964.

HSL color Cylindrical-coordinate representation of color #A4524E: hue angle of 2.79º 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 #A4524E is Cyan = 0, Magento = 0.5, Yellow = 0.52 and Black (K on CMYK) = 0.36.

Color convert

RGB1648278-
CMYK00.50.520.36
HSL2.79º35.54%47.45%-
HSV(B)2.79º52.44%64.31%-
XYZ19.714.488.96-
YUV106.06112.17169.33-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50.62%
GREEN value IS 82 (32.42% from 255) = 25.31%
BLUE value IS 78 (30.86% from 255) = 24.07%
R=50.62%
G=25.31%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164827800.50.520.362.7935.5447.45
HexA4524E03234243242f
Octal244122116062644434457
Binary1010010010100101001110011001011010010010011100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4524E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4524E; }

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

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

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

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

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

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

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

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