#A4524B

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

Shades of Apple Blossom #A4524B

Tints of Apple Blossom #A4524B

Color information

#A4524B (or 0xA4524B) is unknown color: approx Apple Blossom. HEX triplet: A4, 52 and 4B. RGB value is (164,82,75). Sum of RGB (Red+Green+Blue) = 164+82+75=321 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.09% from 321); Green value is 82 (32.42% from 255 or 25.55% from 321); Blue value is 75 (29.69% from 255 or 23.36% from 321); Max value from RGB is 164 - color contains mainly: red. Hex color #A4524B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4524B is #5BADB4. Grayscale: #696969. Windows color (decimal): -6008245 or 4936356. OLE color: 4936356.

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

Color convert

RGB1648275-
CMYK00.50.540.36
HSL4.72º37.24%46.86%-
HSV(B)4.72º54.27%64.31%-
XYZ19.614.448.41-
YUV105.72110.67169.57-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 51.09%
GREEN value IS 82 (32.42% from 255) = 25.55%
BLUE value IS 75 (29.69% from 255) = 23.36%
R=51.09%
G=25.55%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164827500.50.540.364.7237.2446.86
HexA4524B03236245252f
Octal244122113062664454557
Binary10100100101001010010110110010110110100100101100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4524B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4524B; }

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

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

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

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

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

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

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

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