#A95B5F

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

Shades of Hippie Pink #A95B5F

Tints of Hippie Pink #A95B5F

Color information

#A95B5F (or 0xA95B5F) is unknown color: approx Hippie Pink. HEX triplet: A9, 5B and 5F. RGB value is (169,91,95). Sum of RGB (Red+Green+Blue) = 169+91+95=355 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.61% from 355); Green value is 91 (35.94% from 255 or 25.63% from 355); Blue value is 95 (37.5% from 255 or 26.76% from 355); Max value from RGB is 169 - color contains mainly: red. Hex color #A95B5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95B5F is #56A4A0. Grayscale: #727272. Windows color (decimal): -5678241 or 6249385. OLE color: 6249385.

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

Color convert

RGB1699195-
CMYK00.460.440.34
HSL356.92º31.2%50.98%-
HSV(B)356.92º46.15%66.27%-
XYZ22.1716.7412.89-
YUV114.78116.84166.67-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.61%
GREEN value IS 91 (35.94% from 255) = 25.63%
BLUE value IS 95 (37.5% from 255) = 26.76%
R=47.61%
G=25.63%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.44
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169919500.460.440.34356.9231.250.98
HexA95B5F02E2C221651f33
Octal25113313705654425453763
Binary1010100110110111011111010111010110010001010110010111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95B5F; }

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

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

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

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

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

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

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

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