#A95D5F

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

Shades of Hippie Pink #A95D5F

Tints of Hippie Pink #A95D5F

Color information

#A95D5F (or 0xA95D5F) is unknown color: approx Hippie Pink. HEX triplet: A9, 5D and 5F. RGB value is (169,93,95). Sum of RGB (Red+Green+Blue) = 169+93+95=357 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.34% from 357); Green value is 93 (36.72% from 255 or 26.05% from 357); Blue value is 95 (37.5% from 255 or 26.61% from 357); Max value from RGB is 169 - color contains mainly: red. Hex color #A95D5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95D5F is #56A2A0. Grayscale: #747474. Windows color (decimal): -5677729 or 6249897. OLE color: 6249897.

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

Color convert

RGB1699395-
CMYK00.450.440.34
HSL358.42º30.65%51.37%-
HSV(B)358.42º44.97%66.27%-
XYZ22.3417.0912.95-
YUV115.95116.18165.84-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.34%
GREEN value IS 93 (36.72% from 255) = 26.05%
BLUE value IS 95 (37.5% from 255) = 26.61%
R=47.34%
G=26.05%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.44
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169939500.450.440.34358.4230.6551.37
HexA95D5F02D2C221661f33
Octal25113513705554425463763
Binary1010100110111011011111010110110110010001010110011011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95D5F; }

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

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

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

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

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

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

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

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