#A8595A

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

Shades of Hippie Pink #A8595A

Tints of Hippie Pink #A8595A

Color information

#A8595A (or 0xA8595A) is unknown color: approx Hippie Pink. HEX triplet: A8, 59 and 5A. RGB value is (168,89,90). Sum of RGB (Red+Green+Blue) = 168+89+90=347 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.41% from 347); Green value is 89 (35.16% from 255 or 25.65% from 347); Blue value is 90 (35.55% from 255 or 25.94% from 347); Max value from RGB is 168 - color contains mainly: red. Hex color #A8595A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8595A is #57A6A5. Grayscale: #707070. Windows color (decimal): -5744294 or 5921192. OLE color: 5921192.

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

Color convert

RGB1688990-
CMYK00.470.460.34
HSL359.24º31.23%50.39%-
HSV(B)359.24º47.02%65.88%-
XYZ21.5716.2111.66-
YUV112.74115.17167.42-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48.41%
GREEN value IS 89 (35.16% from 255) = 25.65%
BLUE value IS 90 (35.55% from 255) = 25.94%
R=48.41%
G=25.65%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.46
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168899000.470.460.34359.2431.2350.39
HexA8595A02F2E221671f32
Octal25013113205756425473762
Binary1010100010110011011010010111110111010001010110011111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8595A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8595A; }

 p { color: rgb(168,89,90); }

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

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

 a { background-color: rgb(168,89,90); }

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

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

 span { border-color: rgb(168,89,90); }

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