#A95B5C

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

Shades of Hippie Pink #A95B5C

Tints of Hippie Pink #A95B5C

Color information

#A95B5C (or 0xA95B5C) is unknown color: approx Hippie Pink. HEX triplet: A9, 5B and 5C. RGB value is (169,91,92). Sum of RGB (Red+Green+Blue) = 169+91+92=352 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.01% from 352); Green value is 91 (35.94% from 255 or 25.85% from 352); Blue value is 92 (36.33% from 255 or 26.14% from 352); Max value from RGB is 169 - color contains mainly: red. Hex color #A95B5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95B5C is #56A4A3. Grayscale: #727272. Windows color (decimal): -5678244 or 6052777. OLE color: 6052777.

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

Color convert

RGB1699192-
CMYK00.460.460.34
HSL359.23º31.2%50.98%-
HSV(B)359.23º46.15%66.27%-
XYZ22.0416.6912.19-
YUV114.44115.34166.92-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.01%
GREEN value IS 91 (35.94% from 255) = 25.85%
BLUE value IS 92 (36.33% from 255) = 26.14%
R=48.01%
G=25.85%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.46
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169919200.460.460.34359.2331.250.98
HexA95B5C02E2E221671f33
Octal25113313405656425473763
Binary1010100110110111011100010111010111010001010110011111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95B5C; }

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

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

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

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

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

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

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

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