#A85454

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

Shades of Apple Blossom #A85454

Tints of Apple Blossom #A85454

Color information

#A85454 (or 0xA85454) is unknown color: approx Apple Blossom. HEX triplet: A8, 54 and 54. RGB value is (168,84,84). Sum of RGB (Red+Green+Blue) = 168+84+84=336 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50% from 336); Green value is 84 (33.20% from 255 or 25% from 336); Blue value is 84 (33.20% from 255 or 25% from 336); Max value from RGB is 168 - color contains mainly: red. Hex color #A85454 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85454 is #57ABAB. Grayscale: #6D6D6D. Windows color (decimal): -5745580 or 5526696. OLE color: 5526696.

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

Color convert

RGB1688484-
CMYK00.50.50.34
HSL33.33%49.41%-
HSV(B)50%65.88%-
XYZ20.9215.3110.24-
YUV109.12113.83170-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 50%
GREEN value IS 84 (33.20% from 255) = 25%
BLUE value IS 84 (33.20% from 255) = 25%
R=50%
G=25%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.5
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168848400.50.50.34033.3349.41
HexA85454032322202131
Octal250124124062624204161
Binary101010001010100101010001100101100101000100100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85454; }

 p { color: rgb(168,84,84); }

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

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

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

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

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

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

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