#A95A5D

Color #A95A5D Hippie Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Pink #A95A5D

Tints of Hippie Pink #A95A5D

Color information

#A95A5D (or 0xA95A5D) is unknown color: approx Hippie Pink. HEX triplet: A9, 5A and 5D. RGB value is (169,90,93). Sum of RGB (Red+Green+Blue) = 169+90+93=352 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.01% from 352); Green value is 90 (35.55% from 255 or 25.57% from 352); Blue value is 93 (36.72% from 255 or 26.42% from 352); Max value from RGB is 169 - color contains mainly: red. Hex color #A95A5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95A5D is #56A5A2. Grayscale: #727272. Windows color (decimal): -5678499 or 6118057. OLE color: 6118057.

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

Color convert

RGB1699093-
CMYK00.470.450.34
HSL357.72º31.47%50.78%-
HSV(B)357.72º46.75%66.27%-
XYZ21.9916.5412.39-
YUV113.96116.17167.26-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.01%
GREEN value IS 90 (35.55% from 255) = 25.57%
BLUE value IS 93 (36.72% from 255) = 26.42%
R=48.01%
G=25.57%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.45
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169909300.470.450.34357.7231.4750.78
HexA95A5D02F2D221661f33
Octal25113213505755425463763
Binary1010100110110101011101010111110110110001010110011011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95A5D; }

 p { color: rgb(169,90,93); }

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

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

 a { background-color: rgb(169,90,93); }

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

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

 span { border-color: rgb(169,90,93); }

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