#A45248

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

Shades of Apple Blossom #A45248

Tints of Apple Blossom #A45248

Color information

#A45248 (or 0xA45248) is unknown color: approx Apple Blossom. HEX triplet: A4, 52 and 48. RGB value is (164,82,72). Sum of RGB (Red+Green+Blue) = 164+82+72=318 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.57% from 318); Green value is 82 (32.42% from 255 or 25.79% from 318); Blue value is 72 (28.52% from 255 or 22.64% from 318); Max value from RGB is 164 - color contains mainly: red. Hex color #A45248 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45248 is #5BADB7. Grayscale: #696969. Windows color (decimal): -6008248 or 4739748. OLE color: 4739748.

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

Color convert

RGB1648272-
CMYK00.50.560.36
HSL6.52º38.98%46.27%-
HSV(B)6.52º56.1%64.31%-
XYZ19.514.397.88-
YUV105.38109.17169.81-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 51.57%
GREEN value IS 82 (32.42% from 255) = 25.79%
BLUE value IS 72 (28.52% from 255) = 22.64%
R=51.57%
G=25.79%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164827200.50.560.366.5238.9846.27
HexA4524803238247272e
Octal244122110062704474756
Binary10100100101001010010000110010111000100100111100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45248; }

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

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

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

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

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

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

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

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