#A95B5D

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

Shades of Hippie Pink #A95B5D

Tints of Hippie Pink #A95B5D

Color information

#A95B5D (or 0xA95B5D) is unknown color: approx Hippie Pink. HEX triplet: A9, 5B and 5D. RGB value is (169,91,93). Sum of RGB (Red+Green+Blue) = 169+91+93=353 (46% of max value = 765). Red value is 169 (66.41% from 255 or 47.88% from 353); Green value is 91 (35.94% from 255 or 25.78% from 353); Blue value is 93 (36.72% from 255 or 26.35% from 353); Max value from RGB is 169 - color contains mainly: red. Hex color #A95B5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95B5D is #56A4A2. Grayscale: #727272. Windows color (decimal): -5678243 or 6118313. OLE color: 6118313.

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

Color convert

RGB1699193-
CMYK00.460.450.34
HSL358.46º31.2%50.98%-
HSV(B)358.46º46.15%66.27%-
XYZ22.0816.7112.42-
YUV114.55115.84166.84-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.88%
GREEN value IS 91 (35.94% from 255) = 25.78%
BLUE value IS 93 (36.72% from 255) = 26.35%
R=47.88%
G=25.78%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.45
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169919300.460.450.34358.4631.250.98
HexA95B5D02E2D221661f33
Octal25113313505655425463763
Binary1010100110110111011101010111010110110001010110011011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95B5D; }

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

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

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

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

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

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

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

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