#A25046

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

Shades of Apple Blossom #A25046

Tints of Apple Blossom #A25046

Color information

#A25046 (or 0xA25046) is unknown color: approx Apple Blossom. HEX triplet: A2, 50 and 46. RGB value is (162,80,70). Sum of RGB (Red+Green+Blue) = 162+80+70=312 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.92% from 312); Green value is 80 (31.64% from 255 or 25.64% from 312); Blue value is 70 (27.73% from 255 or 22.44% from 312); Max value from RGB is 162 - color contains mainly: red. Hex color #A25046 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25046 is #5DAFB9. Grayscale: #676767. Windows color (decimal): -6139834 or 4608162. OLE color: 4608162.

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

Color convert

RGB1628070-
CMYK00.510.570.36
HSL6.52º39.66%45.49%-
HSV(B)6.52º56.79%63.53%-
XYZ18.8713.867.47-
YUV103.38109.17169.81-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.92%
GREEN value IS 80 (31.64% from 255) = 25.64%
BLUE value IS 70 (27.73% from 255) = 22.44%
R=51.92%
G=25.64%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162807000.510.570.366.5239.6645.49
HexA2504603339247282d
Octal242120106063714475055
Binary10100010101000010001100110011111001100100111101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25046; }

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

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

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

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

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

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

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

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