#A25453

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

Shades of Apple Blossom #A25453

Tints of Apple Blossom #A25453

Color information

#A25453 (or 0xA25453) is unknown color: approx Apple Blossom. HEX triplet: A2, 54 and 53. RGB value is (162,84,83). Sum of RGB (Red+Green+Blue) = 162+84+83=329 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.24% from 329); Green value is 84 (33.20% from 255 or 25.53% from 329); Blue value is 83 (32.81% from 255 or 25.23% from 329); Max value from RGB is 162 - color contains mainly: red. Hex color #A25453 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25453 is #5DABAC. Grayscale: #6B6B6B. Windows color (decimal): -6138797 or 5461154. OLE color: 5461154.

HSL color Cylindrical-coordinate representation of color #A25453: hue angle of 0.76º degrees, saturation: 0.32, 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 #A25453 is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.36.

Color convert

RGB1628483-
CMYK00.480.490.36
HSL0.76º32.24%48.04%-
HSV(B)0.76º48.77%63.53%-
XYZ19.6314.659.98-
YUV107.21114.34167.08-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.24%
GREEN value IS 84 (33.20% from 255) = 25.53%
BLUE value IS 83 (32.81% from 255) = 25.23%
R=49.24%
G=25.53%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162848300.480.490.360.7632.2448.04
HexA25453030312412030
Octal242124123060614414060
Binary101000101010100101001101100001100011001001100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25453; }

 p { color: rgb(162,84,83); }

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

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

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

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

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

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

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