#A75854

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

Shades of Apple Blossom #A75854

Tints of Apple Blossom #A75854

Color information

#A75854 (or 0xA75854) is unknown color: approx Apple Blossom. HEX triplet: A7, 58 and 54. RGB value is (167,88,84). Sum of RGB (Red+Green+Blue) = 167+88+84=339 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.26% from 339); Green value is 88 (34.77% from 255 or 25.96% from 339); Blue value is 84 (33.20% from 255 or 24.78% from 339); Max value from RGB is 167 - color contains mainly: red. Hex color #A75854 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75854 is #58A7AB. Grayscale: #6F6F6F. Windows color (decimal): -5810092 or 5527719. OLE color: 5527719.

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

Color convert

RGB1678884-
CMYK00.470.500.35
HSL2.89º33.07%49.22%-
HSV(B)2.89º49.7%65.49%-
XYZ21.0315.8410.34-
YUV111.16112.67167.83-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 49.26%
GREEN value IS 88 (34.77% from 255) = 25.96%
BLUE value IS 84 (33.20% from 255) = 24.78%
R=49.26%
G=25.96%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167888400.470.500.352.8933.0749.22
HexA7585402F322332131
Octal247130124057624334161
Binary1010011110110001010100010111111001010001111100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75854; }

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

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

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

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

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

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

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

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