#A75A57

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

Shades of Apple Blossom #A75A57

Tints of Apple Blossom #A75A57

Color information

#A75A57 (or 0xA75A57) is unknown color: approx Apple Blossom. HEX triplet: A7, 5A and 57. RGB value is (167,90,87). Sum of RGB (Red+Green+Blue) = 167+90+87=344 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.55% from 344); Green value is 90 (35.55% from 255 or 26.16% from 344); Blue value is 87 (34.38% from 255 or 25.29% from 344); Max value from RGB is 167 - color contains mainly: red. Hex color #A75A57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75A57 is #58A5A8. Grayscale: #707070. Windows color (decimal): -5809577 or 5724839. OLE color: 5724839.

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

Color convert

RGB1679087-
CMYK00.460.480.35
HSL2.25º31.5%49.8%-
HSV(B)2.25º47.9%65.49%-
XYZ21.3116.2211.02-
YUV112.68113.51166.74-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 48.55%
GREEN value IS 90 (35.55% from 255) = 26.16%
BLUE value IS 87 (34.38% from 255) = 25.29%
R=48.55%
G=26.16%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167908700.460.480.352.2531.549.8
HexA75A5702E302321f32
Octal247132127056604323762
Binary101001111011010101011101011101100001000111011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75A57; }

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

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

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

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

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

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

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

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