#A25650

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

Shades of Apple Blossom #A25650

Tints of Apple Blossom #A25650

Color information

#A25650 (or 0xA25650) is unknown color: approx Apple Blossom. HEX triplet: A2, 56 and 50. RGB value is (162,86,80). Sum of RGB (Red+Green+Blue) = 162+86+80=328 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.39% from 328); Green value is 86 (33.98% from 255 or 26.22% from 328); Blue value is 80 (31.64% from 255 or 24.39% from 328); Max value from RGB is 162 - color contains mainly: red. Hex color #A25650 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25650 is #5DA9AF. Grayscale: #6C6C6C. Windows color (decimal): -6138288 or 5265058. OLE color: 5265058.

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

Color convert

RGB1628680-
CMYK00.470.510.36
HSL4.39º33.88%47.45%-
HSV(B)4.39º50.62%63.53%-
XYZ19.6814.929.43-
YUV108.04112.18166.49-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.39%
GREEN value IS 86 (33.98% from 255) = 26.22%
BLUE value IS 80 (31.64% from 255) = 24.39%
R=49.39%
G=26.22%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162868000.470.510.364.3933.8847.45
HexA2565002F33244222f
Octal242126120057634444257
Binary10100010101011010100000101111110011100100100100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25650; }

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

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

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

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

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

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

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

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