#A25050

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

Shades of Apple Blossom #A25050

Tints of Apple Blossom #A25050

Color information

#A25050 (or 0xA25050) is unknown color: approx Apple Blossom. HEX triplet: A2, 50 and 50. RGB value is (162,80,80). Sum of RGB (Red+Green+Blue) = 162+80+80=322 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.31% from 322); Green value is 80 (31.64% from 255 or 24.84% from 322); Blue value is 80 (31.64% from 255 or 24.84% from 322); Max value from RGB is 162 - color contains mainly: red. Hex color #A25050 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25050 is #5DAFAF. Grayscale: #686868. Windows color (decimal): -6139824 or 5263522. OLE color: 5263522.

HSL color Cylindrical-coordinate representation of color #A25050: hue angle of 0º 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 #A25050 is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB1628080-
CMYK00.510.510.36
HSL33.88%47.45%-
HSV(B)50.62%63.53%-
XYZ19.22149.28-
YUV104.52114.17169-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.31%
GREEN value IS 80 (31.64% from 255) = 24.84%
BLUE value IS 80 (31.64% from 255) = 24.84%
R=50.31%
G=24.84%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162808000.510.510.36033.8847.45
HexA2505003333240222f
Octal242120120063634404257
Binary101000101010000101000001100111100111001000100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25050; }

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

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

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

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

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

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

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

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