#A75757

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

Shades of Apple Blossom #A75757

Tints of Apple Blossom #A75757

Color information

#A75757 (or 0xA75757) is unknown color: approx Apple Blossom. HEX triplet: A7, 57 and 57. RGB value is (167,87,87). Sum of RGB (Red+Green+Blue) = 167+87+87=341 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.97% from 341); Green value is 87 (34.38% from 255 or 25.51% from 341); Blue value is 87 (34.38% from 255 or 25.51% from 341); Max value from RGB is 167 - color contains mainly: red. Hex color #A75757 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75757 is #58A8A8. Grayscale: #6F6F6F. Windows color (decimal): -5810345 or 5724071. OLE color: 5724071.

HSL color Cylindrical-coordinate representation of color #A75757: 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.48%. Process color model (Four color, CMYK) of #A75757 is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.35.

Color convert

RGB1678787-
CMYK00.480.480.35
HSL31.5%49.8%-
HSV(B)47.9%65.49%-
XYZ21.0615.7210.94-
YUV110.92114.5168-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 48.97%
GREEN value IS 87 (34.38% from 255) = 25.51%
BLUE value IS 87 (34.38% from 255) = 25.51%
R=48.97%
G=25.51%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167878700.480.480.35031.549.8
HexA75757030302301f32
Octal247127127060604303762
Binary10100111101011110101110110000110000100011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75757; }

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

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

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

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

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

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

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

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