#A2554F

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

Shades of Apple Blossom #A2554F

Tints of Apple Blossom #A2554F

Color information

#A2554F (or 0xA2554F) is unknown color: approx Apple Blossom. HEX triplet: A2, 55 and 4F. RGB value is (162,85,79). Sum of RGB (Red+Green+Blue) = 162+85+79=326 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.69% from 326); Green value is 85 (33.59% from 255 or 26.07% from 326); Blue value is 79 (31.25% from 255 or 24.23% from 326); Max value from RGB is 162 - color contains mainly: red. Hex color #A2554F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2554F is #5DAAB0. Grayscale: #6B6B6B. Windows color (decimal): -6138545 or 5199266. OLE color: 5199266.

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

Color convert

RGB1628579-
CMYK00.480.510.36
HSL4.34º34.44%47.25%-
HSV(B)4.34º51.23%63.53%-
XYZ19.5614.749.21-
YUV107.34112.01166.99-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.69%
GREEN value IS 85 (33.59% from 255) = 26.07%
BLUE value IS 79 (31.25% from 255) = 24.23%
R=49.69%
G=26.07%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162857900.480.510.364.3434.4447.25
HexA2554F03033244222f
Octal242125117060634444257
Binary10100010101010110011110110000110011100100100100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2554F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2554F; }

 p { color: rgb(162,85,79); }

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

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

 a { background-color: rgb(162,85,79); }

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

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

 span { border-color: rgb(162,85,79); }

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