#A25450

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

Shades of Apple Blossom #A25450

Tints of Apple Blossom #A25450

Color information

#A25450 (or 0xA25450) is unknown color: approx Apple Blossom. HEX triplet: A2, 54 and 50. RGB value is (162,84,80). Sum of RGB (Red+Green+Blue) = 162+84+80=326 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.69% from 326); Green value is 84 (33.20% from 255 or 25.77% from 326); Blue value is 80 (31.64% from 255 or 24.54% from 326); Max value from RGB is 162 - color contains mainly: red. Hex color #A25450 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25450 is #5DABAF. Grayscale: #6A6A6A. Windows color (decimal): -6138800 or 5264546. OLE color: 5264546.

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

Color convert

RGB1628480-
CMYK00.480.510.36
HSL2.93º33.88%47.45%-
HSV(B)2.93º50.62%63.53%-
XYZ19.5214.69.38-
YUV106.87112.84167.33-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.69%
GREEN value IS 84 (33.20% from 255) = 25.77%
BLUE value IS 80 (31.64% from 255) = 24.54%
R=49.69%
G=25.77%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162848000.480.510.362.9333.8847.45
HexA2545003033243222f
Octal242124120060634434257
Binary1010001010101001010000011000011001110010011100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25450; }

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

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

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

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

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

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

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

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