#A45353

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

Shades of Apple Blossom #A45353

Tints of Apple Blossom #A45353

Color information

#A45353 (or 0xA45353) is unknown color: approx Apple Blossom. HEX triplet: A4, 53 and 53. RGB value is (164,83,83). Sum of RGB (Red+Green+Blue) = 164+83+83=330 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.70% from 330); Green value is 83 (32.81% from 255 or 25.15% from 330); Blue value is 83 (32.81% from 255 or 25.15% from 330); Max value from RGB is 164 - color contains mainly: red. Hex color #A45353 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45353 is #5BACAC. Grayscale: #6B6B6B. Windows color (decimal): -6007981 or 5460900. OLE color: 5460900.

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

Color convert

RGB1648383-
CMYK00.490.490.36
HSL32.79%48.43%-
HSV(B)49.39%64.31%-
XYZ19.9614.79.97-
YUV107.22114.34168.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 49.70%
GREEN value IS 83 (32.81% from 255) = 25.15%
BLUE value IS 83 (32.81% from 255) = 25.15%
R=49.70%
G=25.15%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164838300.490.490.36032.7948.43
HexA45353031312402130
Octal244123123061614404160
Binary101001001010011101001101100011100011001000100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45353; }

 p { color: rgb(164,83,83); }

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

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

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

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

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

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

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