#A25250

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

Shades of Apple Blossom #A25250

Tints of Apple Blossom #A25250

Color information

#A25250 (or 0xA25250) is unknown color: approx Apple Blossom. HEX triplet: A2, 52 and 50. RGB value is (162,82,80). Sum of RGB (Red+Green+Blue) = 162+82+80=324 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50% from 324); Green value is 82 (32.42% from 255 or 25.31% from 324); Blue value is 80 (31.64% from 255 or 24.69% from 324); Max value from RGB is 162 - color contains mainly: red. Hex color #A25250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25250 is #5DADAF. Grayscale: #696969. Windows color (decimal): -6139312 or 5264034. OLE color: 5264034.

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

Color convert

RGB1628280-
CMYK00.490.510.36
HSL1.46º33.88%47.45%-
HSV(B)1.46º50.62%63.53%-
XYZ19.3714.39.33-
YUV105.69113.5168.16-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50%
GREEN value IS 82 (32.42% from 255) = 25.31%
BLUE value IS 80 (31.64% from 255) = 24.69%
R=50%
G=25.31%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162828000.490.510.361.4633.8847.45
HexA2525003133241222f
Octal242122120061634414257
Binary101000101010010101000001100011100111001001100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25250; }

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

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

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

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

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

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

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

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