#A25653

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

Shades of Apple Blossom #A25653

Tints of Apple Blossom #A25653

Color information

#A25653 (or 0xA25653) is unknown color: approx Apple Blossom. HEX triplet: A2, 56 and 53. RGB value is (162,86,83). Sum of RGB (Red+Green+Blue) = 162+86+83=331 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.94% from 331); Green value is 86 (33.98% from 255 or 25.98% from 331); Blue value is 83 (32.81% from 255 or 25.08% from 331); Max value from RGB is 162 - color contains mainly: red. Hex color #A25653 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25653 is #5DA9AC. Grayscale: #6C6C6C. Windows color (decimal): -6138285 or 5461666. OLE color: 5461666.

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

Color convert

RGB1628683-
CMYK00.470.490.36
HSL2.28º32.24%48.04%-
HSV(B)2.28º48.77%63.53%-
XYZ19.7914.9610.03-
YUV108.38113.68166.24-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.94%
GREEN value IS 86 (33.98% from 255) = 25.98%
BLUE value IS 83 (32.81% from 255) = 25.08%
R=48.94%
G=25.98%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162868300.470.490.362.2832.2448.04
HexA2565302F312422030
Octal242126123057614424060
Binary1010001010101101010011010111111000110010010100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25653; }

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

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

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

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

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

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

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

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