#A25351

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

Shades of Apple Blossom #A25351

Tints of Apple Blossom #A25351

Color information

#A25351 (or 0xA25351) is unknown color: approx Apple Blossom. HEX triplet: A2, 53 and 51. RGB value is (162,83,81). Sum of RGB (Red+Green+Blue) = 162+83+81=326 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.69% from 326); Green value is 83 (32.81% from 255 or 25.46% from 326); Blue value is 81 (32.03% from 255 or 24.85% from 326); Max value from RGB is 162 - color contains mainly: red. Hex color #A25351 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25351 is #5DACAE. Grayscale: #6A6A6A. Windows color (decimal): -6139055 or 5329826. OLE color: 5329826.

HSL color Cylindrical-coordinate representation of color #A25351: hue angle of 1.48º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A25351 is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.36.

Color convert

RGB1628381-
CMYK00.490.500.36
HSL1.48º33.33%47.65%-
HSV(B)1.48º50%63.53%-
XYZ19.4814.469.55-
YUV106.39113.67167.66-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.69%
GREEN value IS 83 (32.81% from 255) = 25.46%
BLUE value IS 81 (32.03% from 255) = 24.85%
R=49.69%
G=25.46%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.50
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162838100.490.500.361.4833.3347.65
HexA25351031322412130
Octal242123121061624414160
Binary101000101010011101000101100011100101001001100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25351; }

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

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

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

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

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

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

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

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