#A95C58

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

Shades of Apple Blossom #A95C58

Tints of Apple Blossom #A95C58

Color information

#A95C58 (or 0xA95C58) is unknown color: approx Apple Blossom. HEX triplet: A9, 5C and 58. RGB value is (169,92,88). Sum of RGB (Red+Green+Blue) = 169+92+88=349 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.42% from 349); Green value is 92 (36.33% from 255 or 26.36% from 349); Blue value is 88 (34.77% from 255 or 25.21% from 349); Max value from RGB is 169 - color contains mainly: red. Hex color #A95C58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95C58 is #56A3A7. Grayscale: #727272. Windows color (decimal): -5677992 or 5790889. OLE color: 5790889.

HSL color Cylindrical-coordinate representation of color #A95C58: hue angle of 2.96º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A95C58 is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.34.

Color convert

RGB1699288-
CMYK00.460.480.34
HSL2.96º32.02%50.39%-
HSV(B)2.96º47.93%66.27%-
XYZ21.9516.7911.32-
YUV114.57113.01166.83-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.42%
GREEN value IS 92 (36.33% from 255) = 26.36%
BLUE value IS 88 (34.77% from 255) = 25.21%
R=48.42%
G=26.36%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.48
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169928800.460.480.342.9632.0250.39
HexA95C5802E302232032
Octal251134130056604234062
Binary1010100110111001011000010111011000010001011100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95C58; }

 p { color: rgb(169,92,88); }

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

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

 a { background-color: rgb(169,92,88); }

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

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

 span { border-color: rgb(169,92,88); }

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