#A25854

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

Shades of Apple Blossom #A25854

Tints of Apple Blossom #A25854

Color information

#A25854 (or 0xA25854) is unknown color: approx Apple Blossom. HEX triplet: A2, 58 and 54. RGB value is (162,88,84). Sum of RGB (Red+Green+Blue) = 162+88+84=334 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.50% from 334); Green value is 88 (34.77% from 255 or 26.35% from 334); Blue value is 84 (33.20% from 255 or 25.15% from 334); Max value from RGB is 162 - color contains mainly: red. Hex color #A25854 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25854 is #5DA7AB. Grayscale: #6D6D6D. Windows color (decimal): -6137772 or 5527714. OLE color: 5527714.

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

Color convert

RGB1628884-
CMYK00.460.480.36
HSL3.08º31.71%48.24%-
HSV(B)3.08º48.15%63.53%-
XYZ19.9915.310.29-
YUV109.67113.52165.33-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.50%
GREEN value IS 88 (34.77% from 255) = 26.35%
BLUE value IS 84 (33.20% from 255) = 25.15%
R=48.50%
G=26.35%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162888400.460.480.363.0831.7148.24
HexA2585402E302432030
Octal242130124056604434060
Binary1010001010110001010100010111011000010010011100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25854; }

 p { color: rgb(162,88,84); }

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

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

 a { background-color: rgb(162,88,84); }

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

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

 span { border-color: rgb(162,88,84); }

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