#A7445C

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

Shades of Hippie Pink #A7445C

Tints of Hippie Pink #A7445C

Color information

#A7445C (or 0xA7445C) is unknown color: approx Hippie Pink. HEX triplet: A7, 44 and 5C. RGB value is (167,68,92). Sum of RGB (Red+Green+Blue) = 167+68+92=327 (43% of max value = 765). Red value is 167 (65.62% from 255 or 51.07% from 327); Green value is 68 (26.95% from 255 or 20.80% from 327); Blue value is 92 (36.33% from 255 or 28.13% from 327); Max value from RGB is 167 - color contains mainly: red. Hex color #A7445C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7445C is #58BBA3. Grayscale: #646464. Windows color (decimal): -5815204 or 6046887. OLE color: 6046887.

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

Color convert

RGB1676892-
CMYK00.590.450.35
HSL345.45º42.13%46.08%-
HSV(B)345.45º59.28%65.49%-
XYZ19.9413.1211.61-
YUV100.34123.3175.55-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 51.07%
GREEN value IS 68 (26.95% from 255) = 20.80%
BLUE value IS 92 (36.33% from 255) = 28.13%
R=51.07%
G=20.80%
B=28.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167689200.590.450.35345.4542.1346.08
HexA7445C03B2D231592a2e
Octal24710413407355435315256
Binary10100111100010010111000111011101101100011101011001101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7445C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7445C; }

 p { color: rgb(167,68,92); }

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

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

 a { background-color: rgb(167,68,92); }

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

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

 span { border-color: rgb(167,68,92); }

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