#A7595B

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

Shades of Hippie Pink #A7595B

Tints of Hippie Pink #A7595B

Color information

#A7595B (or 0xA7595B) is unknown color: approx Hippie Pink. HEX triplet: A7, 59 and 5B. RGB value is (167,89,91). Sum of RGB (Red+Green+Blue) = 167+89+91=347 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.13% from 347); Green value is 89 (35.16% from 255 or 25.65% from 347); Blue value is 91 (35.94% from 255 or 26.22% from 347); Max value from RGB is 167 - color contains mainly: red. Hex color #A7595B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7595B is #58A6A4. Grayscale: #707070. Windows color (decimal): -5809829 or 5986727. OLE color: 5986727.

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

Color convert

RGB1678991-
CMYK00.470.460.35
HSL358.46º30.71%50.2%-
HSV(B)358.46º46.71%65.49%-
XYZ21.416.1211.88-
YUV112.55115.84166.84-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 48.13%
GREEN value IS 89 (35.16% from 255) = 25.65%
BLUE value IS 91 (35.94% from 255) = 26.22%
R=48.13%
G=25.65%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167899100.470.460.35358.4630.7150.2
HexA7595B02F2E231661f32
Octal24713113305756435463762
Binary1010011110110011011011010111110111010001110110011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7595B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7595B; }

 p { color: rgb(167,89,91); }

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

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

 a { background-color: rgb(167,89,91); }

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

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

 span { border-color: rgb(167,89,91); }

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