#A75959

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

Shades of Apple Blossom #A75959

Tints of Apple Blossom #A75959

Color information

#A75959 (or 0xA75959) is unknown color: approx Apple Blossom. HEX triplet: A7, 59 and 59. RGB value is (167,89,89). Sum of RGB (Red+Green+Blue) = 167+89+89=345 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.41% from 345); Green value is 89 (35.16% from 255 or 25.80% from 345); Blue value is 89 (35.16% from 255 or 25.80% from 345); Max value from RGB is 167 - color contains mainly: red. Hex color #A75959 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75959 is #58A6A6. Grayscale: #707070. Windows color (decimal): -5809831 or 5855655. OLE color: 5855655.

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

Color convert

RGB1678989-
CMYK00.470.470.35
HSL30.71%50.2%-
HSV(B)46.71%65.49%-
XYZ21.3116.0811.43-
YUV112.32114.84167-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 48.41%
GREEN value IS 89 (35.16% from 255) = 25.80%
BLUE value IS 89 (35.16% from 255) = 25.80%
R=48.41%
G=25.80%
B=25.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167898900.470.470.35030.7150.2
HexA7595902F2F2301f32
Octal247131131057574303762
Binary10100111101100110110010101111101111100011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75959; }

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

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

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

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

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

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

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

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