#A75851

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

Shades of Apple Blossom #A75851

Tints of Apple Blossom #A75851

Color information

#A75851 (or 0xA75851) is unknown color: approx Apple Blossom. HEX triplet: A7, 58 and 51. RGB value is (167,88,81). Sum of RGB (Red+Green+Blue) = 167+88+81=336 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.70% from 336); Green value is 88 (34.77% from 255 or 26.19% from 336); Blue value is 81 (32.03% from 255 or 24.11% from 336); Max value from RGB is 167 - color contains mainly: red. Hex color #A75851 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75851 is #58A7AE. Grayscale: #6E6E6E. Windows color (decimal): -5810095 or 5331111. OLE color: 5331111.

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

Color convert

RGB1678881-
CMYK00.470.510.35
HSL4.88º34.68%48.63%-
HSV(B)4.88º51.5%65.49%-
XYZ20.9115.799.73-
YUV110.82111.17168.07-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 49.70%
GREEN value IS 88 (34.77% from 255) = 26.19%
BLUE value IS 81 (32.03% from 255) = 24.11%
R=49.70%
G=26.19%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167888100.470.510.354.8834.6848.63
HexA7585102F332352331
Octal247130121057634354361
Binary10100111101100010100010101111110011100011101100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75851; }

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

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

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

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

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

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

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

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