#A75554

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

Shades of Apple Blossom #A75554

Tints of Apple Blossom #A75554

Color information

#A75554 (or 0xA75554) is unknown color: approx Apple Blossom. HEX triplet: A7, 55 and 54. RGB value is (167,85,84). Sum of RGB (Red+Green+Blue) = 167+85+84=336 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.70% from 336); Green value is 85 (33.59% from 255 or 25.30% from 336); Blue value is 84 (33.20% from 255 or 25% from 336); Max value from RGB is 167 - color contains mainly: red. Hex color #A75554 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75554 is #58AAAB. Grayscale: #6D6D6D. Windows color (decimal): -5810860 or 5526951. OLE color: 5526951.

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

Color convert

RGB1678584-
CMYK00.490.500.35
HSL0.72º33.07%49.22%-
HSV(B)0.72º49.7%65.49%-
XYZ20.7915.3510.26-
YUV109.4113.67169.08-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 49.70%
GREEN value IS 85 (33.59% from 255) = 25.30%
BLUE value IS 84 (33.20% from 255) = 25%
R=49.70%
G=25.30%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167858400.490.500.350.7233.0749.22
HexA75554031322312131
Octal247125124061624314161
Binary101001111010101101010001100011100101000111100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75554; }

 p { color: rgb(167,85,84); }

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

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

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

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

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

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

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