#A25352

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

Shades of Apple Blossom #A25352

Tints of Apple Blossom #A25352

Color information

#A25352 (or 0xA25352) is unknown color: approx Apple Blossom. HEX triplet: A2, 53 and 52. RGB value is (162,83,82). Sum of RGB (Red+Green+Blue) = 162+83+82=327 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.54% from 327); Green value is 83 (32.81% from 255 or 25.38% from 327); Blue value is 82 (32.42% from 255 or 25.08% from 327); Max value from RGB is 162 - color contains mainly: red. Hex color #A25352 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25352 is #5DACAD. Grayscale: #6A6A6A. Windows color (decimal): -6139054 or 5395362. OLE color: 5395362.

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

Color convert

RGB1628382-
CMYK00.490.490.36
HSL0.75º32.79%47.84%-
HSV(B)0.75º49.38%63.53%-
XYZ19.5214.489.75-
YUV106.51114.17167.58-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.54%
GREEN value IS 83 (32.81% from 255) = 25.38%
BLUE value IS 82 (32.42% from 255) = 25.08%
R=49.54%
G=25.38%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162838200.490.490.360.7532.7947.84
HexA25352031312412130
Octal242123122061614414160
Binary101000101010011101001001100011100011001001100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25352; }

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

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

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

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

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

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

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

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