#A75454

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

Shades of Apple Blossom #A75454

Tints of Apple Blossom #A75454

Color information

#A75454 (or 0xA75454) is unknown color: approx Apple Blossom. HEX triplet: A7, 54 and 54. RGB value is (167,84,84). Sum of RGB (Red+Green+Blue) = 167+84+84=335 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.85% from 335); Green value is 84 (33.20% from 255 or 25.07% from 335); Blue value is 84 (33.20% from 255 or 25.07% from 335); Max value from RGB is 167 - color contains mainly: red. Hex color #A75454 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75454 is #58ABAB. Grayscale: #6C6C6C. Windows color (decimal): -5811116 or 5526695. OLE color: 5526695.

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

Color convert

RGB1678484-
CMYK00.500.500.35
HSL33.07%49.22%-
HSV(B)49.7%65.49%-
XYZ20.7115.210.23-
YUV108.82114169.5-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 49.85%
GREEN value IS 84 (33.20% from 255) = 25.07%
BLUE value IS 84 (33.20% from 255) = 25.07%
R=49.85%
G=25.07%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167848400.500.500.35033.0749.22
HexA75454032322302131
Octal247124124062624304161
Binary101001111010100101010001100101100101000110100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75454; }

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

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

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

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

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

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

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

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